|
-
Mar 29th, 2000, 09:55 PM
#1
Thread Starter
Addicted Member
Hi all,
it seems that I'm unable to use BeginTrans, Committrans and rollback when I use and ODBC to connect to a database in DAO ???
I generally use these with my Workspace objet, should I use
it with my Connection objet ?
What exactly is wrong with this...
Thanks
-
Feb 22nd, 2001, 09:06 PM
#2
Hyperactive Member
Hi, Vince
I search the net for the rollback (I get the same problem
as you did), would you tell me whether you get the
answer?
Thanks
-
Feb 23rd, 2001, 07:11 AM
#3
Lively Member
May not be supported
You use the transactions from the WORKSPACE
Certain types of ISAM-databases used in a Jet-Workspace doesn't support transactions. You can check if your database supports by checking the Transactions property :
Code:
myRecordset.Transactions ;boolean return
//Patrick
-
Feb 23rd, 2001, 07:13 AM
#4
Addicted Member
did u try this with the DBEngine object?
-
Feb 25th, 2001, 08:00 PM
#5
Hyperactive Member
Nice,
I am not familiar with DAO, DBEngine etc,
can you post a source code sample?
Thanks
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
|