|
-
Apr 18th, 2009, 07:36 AM
#1
Thread Starter
Lively Member
Running ADO (VB6) along side ADO.NET
Hi All,
We have a three tier windows app:
- data layer
- Business layer
- Windows Forms
We've half upgraded to .net from vb6
the only thing left to upgrade is the datalayer. They datalayer still uses VB6 ADO.
For a smooth transition can we have both the OLD ADO VB6 and ADO.net libraries worlk along side each other:
- Could they use the same connection Object?
- Will using both mean I have to have two active connections?
Your probably thinking why do we want to use both?
- Its mission critical code so the old stuff must still use ADO VB6
- all new classes will use the ado.net objects
thanks in advance
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
|