c# - Basic SQL - SELECT -
Then I got this code:
query2 = "SELECT *" WHERE id = '"+ ID +"' ";
And it seems that there may be problems with the script, maybe I'm doing something wrong here. For example, when I write it:
query2 = "SELECT * to click WHERE id = 3";
.. It works just fine, and the script is not a problem but with my original code it shows me this error:
OleDbException Was rejected by the user code
A type of exception occurred in the 'System.Data.OleDb.OleDbException' system
Comments
Post a Comment