S
SQLWiz
I'm developing an Access app in which I must simultaneously modify three
different tables, ensuring that either all three tables are modified
"simultaneously" or none is. Is there a way to do this without using
recdordsets? I've done quite a bit of DB transaction processing on another
platform using SQL and PL/SQL but that other platform doesn't use DAO, or
ADO, or recordsets by that name. Are there any sample applications of the DB
transaction concept in the MS DB templates? If not, does anyone know of a
good publicly available example?
(This duplicates my earlier post to the Access Programming group. I'm
cross-posting it here because the table mods in question will happen or not
happen depending on what users do on a parent-and-child form linked to three,
not two, tables.)
different tables, ensuring that either all three tables are modified
"simultaneously" or none is. Is there a way to do this without using
recdordsets? I've done quite a bit of DB transaction processing on another
platform using SQL and PL/SQL but that other platform doesn't use DAO, or
ADO, or recordsets by that name. Are there any sample applications of the DB
transaction concept in the MS DB templates? If not, does anyone know of a
good publicly available example?
(This duplicates my earlier post to the Access Programming group. I'm
cross-posting it here because the table mods in question will happen or not
happen depending on what users do on a parent-and-child form linked to three,
not two, tables.)