Granny's Programming Pearls
"inside of every large program is a small program struggling to get out"
JavaRanch.com/granny.jsp
The moose likes JDBC and the fly likes a q about deleting record(s) using JDBC:ODBC and Microsoft Access Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "a q about deleting record(s) using JDBC:ODBC and Microsoft Access" Watch "a q about deleting record(s) using JDBC:ODBC and Microsoft Access" New topic
Author

a q about deleting record(s) using JDBC:ODBC and Microsoft Access

Mahmoud Hadad
Ranch Hand

Joined: Jan 09, 2006
Posts: 67
hi evreyone,
when i try to delete a record or records using JDBC:ODBC bridge the record does not get deleted till i make a duplicate of that statement(as i think it might be because Access makes a confirmation before it deletes any record ) and the executeUpdate method returns the row count of the selected records. anyway when i was deleting from my JTable i first deleted the record from my resultset that was obtained by a SELECT statement in my java pp then deleted it from the DB so it got deleted right away iside my java application, so does deleting record(s) from a resultset that is retrieved using a Statement object generates a DELETE SQL Statement to the db ?
[ October 07, 2006: Message edited by: Mahmoud Hadad ]
Wei Dai
Ranch Hand

Joined: Jun 22, 2005
Posts: 81
Try con.commit() function. It's a known issue of MS Access with jdbc-odbc bridge driver
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: a q about deleting record(s) using JDBC:ODBC and Microsoft Access
 
Similar Threads
Physically delete the record
Deleting/adding records.
cookies/deleting
URLyBird 1.1.3 - should delete unlock a record automatically ?
NX : throwing RecordNotFoundException?