Hi,

I have referenced ADO2.7 .

When i try to write import namespaces ,I could not find ADO.

ie
Import System.Data
Imports System.Data.ADO(this ADO i could not find)

I cannot declare object variable for ADODB.connection.

if i try to write
Dim conn as adodb.connection

I am getting error is
statement is not valid in a namespace


How can i install and use MDAC2.o in my COM(Add reference)

Please help me out.

Thanks.