If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Sybase > Chained transactions and "anymode"

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 12-15-09, 18: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
  #2 (permalink)  
Old 01-06-10, 10:11
mkalsi mkalsi is offline
Senior Member
 
Join Date: Nov 2002
Posts: 207
Not that I am aware off any.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On