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