OdbcConnection does not support parallel transactions

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a C# program which is running well. I made modification to the sql
database I am using and sent it to the client's place. I put my database
there and imported the client data from sql server data into it. Now when I
run the application and try to save it gives me the following error
'OdbcConnection does not support parallel transactions'. My begin and comit
are all in place. That is it was saving before I imported the data. When I
detached the imported database and I attached the old one it saved. I need
help.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top