Subject | Three things |
---|---|
Author | Carlos G.A. |
Post date | 2002-09-30T22:15:08Z |
Hello:
I´m making a port of the GDS implementation of the JCA-JDBC Driver to
C# for make a .Net data provider, i´m reviewing the port and found 3
things:
1. In the isc_prepare_transaction method of GDSImpl.java
there two lines that are the same:
tr.setState(isc_tr_handle.TRANSACTIONPREPARING);
tr.setState(isc_tr_handle.TRANSACTIONPREPARING);
2. In the isc_rollback_transaction checks the state of the
transaction but this is not made in :
isc_commit_retaining
isc_commit_transaction
Is this correct???
3. The driver don´t have a implementation for the
isc_rollback_retaining there are any special reason for this???
Best regards
Carlos Guzmán Álvarez
Vigo-España
P.D.: Sorry about my bad english but i´m spanish
I´m making a port of the GDS implementation of the JCA-JDBC Driver to
C# for make a .Net data provider, i´m reviewing the port and found 3
things:
1. In the isc_prepare_transaction method of GDSImpl.java
there two lines that are the same:
tr.setState(isc_tr_handle.TRANSACTIONPREPARING);
tr.setState(isc_tr_handle.TRANSACTIONPREPARING);
2. In the isc_rollback_transaction checks the state of the
transaction but this is not made in :
isc_commit_retaining
isc_commit_transaction
Is this correct???
3. The driver don´t have a implementation for the
isc_rollback_retaining there are any special reason for this???
Best regards
Carlos Guzmán Álvarez
Vigo-España
P.D.: Sorry about my bad english but i´m spanish