Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

I get an error while saving to a SQL Server Database.

Status
Not open for further replies.

rarubio1

Programmer
Jan 25, 2002
64
US
I have written a VB6 application that retrieves and saves information to a SQL Server database. Everytime the application tries to save to the database I get the following error:

cannot start more than one transaction on this session.

Can anyone please let me know how to get rid of this error. Is there anyway to stop an active session?

Thank you,
RR
 
Somewhere in your you have a begin transaction without a matching rollback or commit.

Most DB providers don't support nested transactions.

Chip H.


____________________________________________________________________
Click here to learn Ways to help with Tsunami Relief
If you want to get the best response to a question, please read FAQ222-2244 first
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top