Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Java
Overwriting a Access Database using JDBC
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Tushar, post: 600123"] Hey, When I was using INSERT ( in the same fashion as u hv mentioned), each time I used to execute my DB, the existing DB would get appended with the same data again. Somebdy suggested to use UPDATE for inserting into DB. UPDATE will re-write stuff and not append the db. SInce I am using UPDATE to fil lin data into the DB, I can't use the WHERE clause ( coz the DB is Emply!) When I tried to update in the fashion I have posted before........it said Syntax error in UPDATE Command...... Whts the error. I am using Access DB [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Java
Overwriting a Access Database using JDBC
Top