I have a problem with below statement
selectstatement = "SELECT Messwert,UPLimWert,LOLimWert,Fullname FROM abssubtest Where Fullname LIKE """ & Fullname & """ LIMIT 0, 5 "here the underlined fullname is the item from combo box
If I have the same statement without LIMIT then the program is working...if it is with LIMIT I have some problem...is the statement I have given correct?...
if not can you plzz kindly give me suggestions of how to write an SQL statement with LIMIT in Visual Basic...
Thanks in Advance
Regards
SIva