Results 1 to 4 of 4

Thread: Access2000 & COM+

  1. #1

    Thread Starter
    Lively Member
    Join Date
    May 2000
    Location
    London
    Posts
    99
    Does anybody know if Access2000 supports COM+.
    I'm writing a DLL for ASP that must have the option of Access or SQL Server as a datasource.
    VB6 Enterprise sp5, SQL Server2000

  2. #2
    Fanatic Member crispin's Avatar
    Join Date
    Aug 2000
    Location
    2 clicks west of a Quirkafleeg...Cornwall, England
    Posts
    754
    it shouldn't matter what your data source is, what exactly are you trying to support in COM+ that you are concerned about?
    Crispin
    VB6 ENT SP5
    VB.NET
    W2K ADV SVR SP3
    WWW.BLOCKSOFT.CO.UK

    [Microsoft Basic: 1976-2001, RIP]

  3. #3

    Thread Starter
    Lively Member
    Join Date
    May 2000
    Location
    London
    Posts
    99
    I'm worried that I cannot find any documentation in Access re COM+ or MS DTC.

    The DLL will eventually be talking to linked servers so thats why I'm worried about Access.
    VB6 Enterprise sp5, SQL Server2000

  4. #4
    Fanatic Member crispin's Avatar
    Join Date
    Aug 2000
    Location
    2 clicks west of a Quirkafleeg...Cornwall, England
    Posts
    754
    Distributed Transactions across SQL Servers isn't a problem, but when you lob an Access database into the equation my first incling would be to scream and run a mile, i'll do some digging for you, I reckon it might depend a lot on OLEDB, but i'm still not optimistic. You might be better off setting up some surrogate tables in one of your SQL servers and running a DTS package to import the data periodically (how often is up to you), then you can stick with the SQL server. It's not a generic solution, and it's only off the top of my head. Like I said I'll go and have a look around and see what transaction levels (distribution wise) Access supports....
    Crispin
    VB6 ENT SP5
    VB.NET
    W2K ADV SVR SP3
    WWW.BLOCKSOFT.CO.UK

    [Microsoft Basic: 1976-2001, RIP]

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