Linking to Advantage database

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi;

I am trying to, in code, link to an Advantage database using Access
2003. I try to setup a current connection along the lines of:

With CurrConect
.Provider = "Microsoft SQL Server ODBC "
.ConnectionString = "data source = MyDataSource "; user id = IDNAME;
password = PASSWORD"
..Open

The error message is: Provider is unknown or not installed

I've used "Microsoft SQL Server ODBC" before without problem. Has anyone out
there successfully linked to an Advantage Database before?

Thanks
Dale
 
Back
Top