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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Disabling autocommit

Status
Not open for further replies.

sweetleaf

Programmer
Jan 16, 2001
439
CA
Hi,

I am using an odbc connection from MS Access to a local SQL Server db on my laptop. Would anyone know how to disbale the autocommit feature?

Thanks.
 
I don't think it's possible to disable this with bound forms. I honestly don't know how you'd do this without using SQL Server transactions which would pretty much negate the entire purpose of using Access. .NET datasets sound like they could do what you need though...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top