Results 1 to 5 of 5

Thread: BeginTrans, Committrans and rollback...

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jul 1999
    Location
    St-Élie d'Orford, Quebec, Canada
    Posts
    133
    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

  2. #2
    Hyperactive Member
    Join Date
    Jun 1999
    Location
    Taipei
    Posts
    318

    Cool

    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

  3. #3
    Lively Member PatOls's Avatar
    Join Date
    Oct 2000
    Posts
    99

    Angry 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

  4. #4
    Addicted Member Nice's Avatar
    Join Date
    Oct 2000
    Location
    Germany
    Posts
    144
    did u try this with the DBEngine object?

  5. #5
    Hyperactive Member
    Join Date
    Jun 1999
    Location
    Taipei
    Posts
    318
    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
  •  



Click Here to Expand Forum to Full Width