Hi...every one...
I have a problem with below statement
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
I have a problem with below statement
selectstatement = "SELECT Messwert,UPLimW ert,LOLimWert,F ullname FROM abssubtest Where Fullname LIKE """ & Fullname & """ LIMIT 0, 5 "
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
Comment