Hi,
I am relatively new in this field.
I have written out some code which is supposed to insert a row in MSAcess but there seems to b some error in the composition of the stmt.I have tried using static pre deifned hard coded values and it works ok.Can anyone tell me what error I am making?
---------------------------JAVA CODE----------------
For query 1
String qq="INSERT INTO abc "+"VALUES('"+te1+"','" +te2+"');";
s1.executeUpdate(qq);
 
 
    Is there any simple way to use applets with the JDBC-ODBC Bridge Driver?
 
With best wishes for the new year,
MJS

Reply via email to