• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

set chained mode off ???

 
Ranch Hand
Posts: 81
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
i am using sybase server as my database.
From my EJB i am starting the transaction.(bean managed transaction). and my beans calls the Stored procedures.
But the problem i am getting is it says to set the chained mode off. How can i do it. There is a command in sybase
sp_procxmode <sp name>, "anymode"
but i dont want my sp to be run in anymode. Is there any other way around to solve this problem ??
Regards
Anil
reply
    Bookmark Topic Watch Topic
  • New Topic