Need Clarification

  • Thread starter Thread starter fi.or.jp.de
  • Start date Start date
F

fi.or.jp.de

Hi All,

I have small application in vb6 connected to Access Database.

I am using ADODB.connection

I need a clarification, is there any chance to create an object for
ADODB.

In Simple, what i am trying to tell you is --
For connection we use Microsoft ActiveX Data Objects 2.x Library OR
Microsoft DAO 3.x Object Library

Without using the above references, can we connect to database ??
 
fi.or.jp.de was thinking very hard :
Hi All,

I have small application in vb6 connected to Access Database.

I am using ADODB.connection

I need a clarification, is there any chance to create an object for
ADODB.

In Simple, what i am trying to tell you is --
For connection we use Microsoft ActiveX Data Objects 2.x Library OR
Microsoft DAO 3.x Object Library

Without using the above references, can we connect to database ??

AFAIK, No!
This is required and so you can't connect to a dbase without telling VB
which lib to use.
 
Back
Top