Subject | Little issues in JayBird |
---|---|
Author | Carlos G.A. |
Post date | 2002-10-02T12:46:17Z |
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 i have 3
little questions:
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
Un saludo
Carlos Guzmán Álvarez
Vigo-España
"No tengo dones especiales.Sólo soy apasionadamente curioso"
Albert Einstein, científico.
_________________________________________________________________
MSN. Más Útil cada Día. http://www.msn.es/intmap/
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 i have 3
little questions:
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
Un saludo
Carlos Guzmán Álvarez
Vigo-España
"No tengo dones especiales.Sólo soy apasionadamente curioso"
Albert Einstein, científico.
_________________________________________________________________
MSN. Más Útil cada Día. http://www.msn.es/intmap/