| Author |
JDBC 3.0 and Savepoints
|
Sainudheen Mydeen
Ranch Hand
Joined: Aug 18, 2003
Posts: 218
|
|
Hi All JDBC 3.0 supports Savepoints. Are Savepoints databases dependent? If so, How to find that? --------------- Sainudheen :roll: [ October 06, 2003: Message edited by: Sainudheen Mydeen ]
|
 |
Pradeep bhatt
Ranch Hand
Joined: Feb 27, 2002
Posts: 8876
|
|
Sainu If you want to know whether the database supports savepoints or not read the vendors doc. The DatabaseMetaData.supportsSavepoints method can be used to determine whether a JDBC API implementation supports savepoints.
|
Groovy
|
 |
 |
|
|
subject: JDBC 3.0 and Savepoints
|
|
|