0

Sql transaction and rollback in asp .net can it be used for MS Access

Joel Coehoorn
  • 399,467
  • 113
  • 570
  • 794
  • I think this is asking the same thing, and there is an accepted answer. http://stackoverflow.com/questions/2078432/do-we-have-transactions-in-ms-access – seekerOfKnowledge Dec 02 '10 at 06:24

1 Answers1

0

Yes as though stated by MSDN but you may use another type like OleDBTransaction not SQLTransaction! So Give it a try!

Jahan Zinedine
  • 14,616
  • 5
  • 46
  • 70