View Single Post
  #6 (permalink)  
Old 01-07-2009, 10:02 AM
shruti shruti is offline
VB.NET Forum Newbie
.NET Framework: .NET 2.0 (VS 2005)
 
Join Date: Jan 2009
Posts: 4
Reputation: 0
shruti is on a distinguished programming path ahead
Talking

Ok I got it
it was just a silly syntax error

huh

I replaced the query by :

cmd3.CommandText = "select Binnumber,date from [dbo].[Voltaix_BINCYL_Location] where Cylnumber='" & cb_cyl.SelectedValue & "'"


And it worked!!!!
Reply With Quote