Thread: ADODB
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
fi.or.jp.de fi.or.jp.de is offline
external usenet poster
 
Posts: 93
Default ADODB

Hi All,

I am using reference "Microsoft ActiveX Data Objects 2.x Library" for
connecting access database.

dim DB as adodb.connection
dim RS as adodb.recordset

is there any way without using the above reference and also DAO
objects.
Can I connect with access database ?