Hi
I am using VB6 and an MS SQL Server database. I have combobox if i select tag's it fetch the data based on "Tagindex" in datadbase
instead of "0" in tagindex i want to pass based on tag selection value,
and this my Query "sql = "select DateAndTime,Val from FloatTable where DateAndTime ='" & SdateTime & "' and TagIndex =0""
some one help me for this problem .
I am using VB6 and an MS SQL Server database. I have combobox if i select tag's it fetch the data based on "Tagindex" in datadbase
instead of "0" in tagindex i want to pass based on tag selection value,
and this my Query "sql = "select DateAndTime,Val from FloatTable where DateAndTime ='" & SdateTime & "' and TagIndex =0""
some one help me for this problem .