|
-
Mar 26th, 2001, 04:22 AM
#1
Thread Starter
Lively Member
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 
-
Mar 28th, 2001, 04:13 AM
#2
Fanatic Member
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]
-
Mar 28th, 2001, 07:43 AM
#3
Thread Starter
Lively Member
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 
-
Mar 28th, 2001, 07:53 AM
#4
Fanatic Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|