View Single Post
  #1 (permalink)  
Old 12-15-09, 17:26
tiggyboo tiggyboo is offline
Registered User
 
Join Date: Oct 2007
Posts: 4
Chained transactions and "anymode"

We recently went from an ODBC to a jconn3 connection to Sybase, and I found that my application level transaction handling blew up because jconn3 defaults to chained transactions. Lazy guy that I am, I just went ahead and made all the procedures in the database "anymode" in terms of chaining - now the application seems to be working fine as is. Is there a drawback to making them all "anymode", i.e., sp_procxmode [procname], "anymode"?

Thanks in advance,
Al
Reply With Quote