The values that I want to insert into the database queries are entered by user in a textebox . Which is the right syntax to include them ?
For example, ' Jane ' and ' Jones ' are the values that I should have in textbox
'insert data and the image to the database
SQL1.ExecNonQuery2("INSERT INTO Persons VALUES( NULL, 'Jane', 'Jones' ,?)", Array As Object(Buffer))
For example, ' Jane ' and ' Jones ' are the values that I should have in textbox
'insert data and the image to the database
SQL1.ExecNonQuery2("INSERT INTO Persons VALUES( NULL, 'Jane', 'Jones' ,?)", Array As Object(Buffer))