it is slow to access sql server with ms access?

marks2007

Registered User.
Local time
Today, 15:46
Joined
Nov 12, 2007
Messages
31
Hi,

I have a Access 2003 application that include two Access files(one for frontend and one for backend).it works fine.

I just move the backend Access file to SQL Server 2005.now I use Access 2003 front end to access lined tables with DAO and the linked tables are linked to SQL Server 2005 with ODBC.but I found it is very slow to access SQL Server 2005 database with Access 2003 front end..

Please let me know how to make it a little faster to access SQL Server with Access 2003.

Thanks for help

Mark
 
I believe ADO would be more efficent then DAO.
 

Users who are viewing this thread

Back
Top Bottom