i tried to create a transaction using java:
try {
myConnection.setAutoCommit(false) ;
...
myConnection.commit() ;
}
catch(Exception exc) {
myConnection.rollback() ;
}
rollback isn't working ? why
|
+ Reply to Thread
Results 1 to 1 of 1
Thread: my transaction is not working
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S. Wed Yourself to UML with the Power of Associations Microsoft to Add AJAX Capabilities to ASP.NET IBM's Cloudscape Versus MySQL | ||||||||||||||||||||||||||||||||||
![]() | |||||
|
| |||||
![]() |
Bookmarks