ADO and rollbacktrans, committrans, begintrans
From: . (ennioennioennio_at_tiscali.it)
Date: 03/16/05
- Next message: joe mamma: "Bug in SQLOLEDB??? error 80040E14"
- Previous message: Stephen Howe: "Re: A common problem : ADO vs DAO slower"
- Messages sorted by: [ date ] [ thread ]
Date: 16 Mar 2005 09:28:27 -0800
I am using the begintrans, committrans and rollbacktrans methods of
the connection object.
i do a .begintrans, I open a adodb.recorset1 and then i add some
records.
Now, if i open a adodb.recordset2 on the same connection, i can't see
the new added records unless i .committrans, but i don't want to. How
can i do that? How can i see added records in a uncommitted
transaction?
i need to give to the user the ability to .rollbacktrans at the end of
many operations, but i need to do some joins, among these different
operations, that involve records added by the user, i don't know how
to do. Please help me, thanks.
- Next message: joe mamma: "Bug in SQLOLEDB??? error 80040E14"
- Previous message: Stephen Howe: "Re: A common problem : ADO vs DAO slower"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|