I've read that declaring a provider produces better performance than using ODBC where the server will have to look up the information. To declare a provider for sql server you would type:
sql = "provider=sqloledb;User ID=sa;Password=;Initial Catalog=Northwind;Data Source=kirroyal"
But what would you type to declare the provider for Microsoft Access 2000? -Ovatvvon :-Q
sql = "provider=sqloledb;User ID=sa;Password=;Initial Catalog=Northwind;Data Source=kirroyal"
But what would you type to declare the provider for Microsoft Access 2000? -Ovatvvon :-Q