jdbc commit issue
- From: "Arti" <artpot78@xxxxxxxxx>
- Date: 12 Mar 2007 22:45:52 -0700
Hi,
I'm facing some problems with the JDBC connection commit.
I'm using an Oracle8i client and server.
The jdbc library is classes12.jar
My application uses eclipse3.1 as an IDE and the jdk version is
jdk1.5.0_01
The flow of logic is such that I acquire 2 to 3 connections to my
database repository. On each of these connections some update/insert
statements
are executed (through jdbc PrepareStatement->executeUpdate())
After the update statements I issue a connection.commit() on each of
the connections where update statements are fired.
I have noticed sometimes that although connection.commit has been
issued, my DB does not have any data.
If anyone has any clue to this please let me know.
Thanks for your time.
Arti
.
- Follow-Ups:
- Re: jdbc commit issue
- From: Arne Vajhøj
- Re: jdbc commit issue
- Prev by Date: Code generator for data management
- Next by Date: jdbc commit issue
- Previous by thread: Code generator for data management
- Next by thread: Re: jdbc commit issue
- Index(es):
Relevant Pages
|
|