executeUpdate method does not load data

N

Naveen

Hello

I am using the JDBC-ODBC bridge from Sun to load data into an Access
database by calling on the executeUpdate method of the PreparedStatement
object.

I get a return value of 1 and no error messages. However when I open the
Access table i do not see any data in it.

What am I missing.

Thanks
Naveen
 
V

Van T. Dinh

"... executeUpdate method of the PreparedStatement ..."

sounds like the process is controlled from the Java end and Access (JET
actually) is a passive partner in this process.

Unless someone who know Java frequents this newsgroup and reply, my
suggestion is that you should post the question to a suitable newsgroup for
the control end.
 
Top