View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Juggernnath Juggernnath is offline
external usenet poster
 
Posts: 8
Default Loading data from a huge access database

I have huge database (MSAccess) and I tried to connect to database to query
only few Records and to store them into a VBA macro variables. I used
MSaccess database from ASP before, so I tried to connect to a database in
similar way - unsuccessfully. Has anyone connected to mdb database and run
SQL query in that way. If did so, let me please show connection strings etc.