G
Guest
Hi
MDB with Access 2003 Jet.
For speed of development I would like to use the built in save and delete
data routines automatically associated with forms. However I also want to
wrap these as transactions. Is there any way to find or set the connection
cursor used by the built in routines to allow me to issue the begintrans and
endtrans statements? I would then hook into the save and delete events and
issue the begin and end trans statements. I would prefer not to have to write
the save and delete processes when its all done for me.
Hope this is clear
Madhouse
MDB with Access 2003 Jet.
For speed of development I would like to use the built in save and delete
data routines automatically associated with forms. However I also want to
wrap these as transactions. Is there any way to find or set the connection
cursor used by the built in routines to allow me to issue the begintrans and
endtrans statements? I would then hook into the save and delete events and
issue the begin and end trans statements. I would prefer not to have to write
the save and delete processes when its all done for me.
Hope this is clear

Madhouse