[quoted text, click to view] "Marcus" <holysmokes99@hotmail.com> wrote in message
news:1156796811.984042.247550@p79g2000cwp.googlegroups.com...
>I have some legacy VB6 code that uses DAO (Microsoft DAO 3.6) to access
> an access 2000 database. In this app, Access is used soley for data
> storage - there is no UI component. I have converted the database to
> SQL Server 2005. Can I use DAO to access the new SQL Server database,
> or must I change all the DAO calls to ADO? I would like to rewrite as
> little code as possible.
>
Basically, yes. DAO can access ODBC, through which you can access SQL
Server. Using an Access Database with all the local tables replaced with
ODBC linked tables is an easy way to do this.
David