|
-
Jul 14th, 2002, 08:55 PM
#1
Thread Starter
Junior Member
How to get transaction state
How to get transaction state?
------------------
sample code
------------------
dim myado as ADODB.Connection
dim myrec as ADODB.Recordset
set myado = new ADODB.Connection
set myrec = new ADODB.Recordset
.
.
.
.
myado.begintrans
'-- Insert code
'-- Here
'-- I want to know the state of transaction ( transaction started or transaction end ).
Help Me....!!!!!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|