G
Guest
I have an Access 2002 adp program that uses a very large SQL Server database.
I am running into an issue where the sql commands are timing out when
selecting large recordsets. I have added the following code prior to opening
recordsets:
set cn = currentproject.connection
cn.commandtimeout = 0
This doesn't seem to work for users that are running the .adp file with
Access 2002 runtime.
Any ideas?
I am running into an issue where the sql commands are timing out when
selecting large recordsets. I have added the following code prior to opening
recordsets:
set cn = currentproject.connection
cn.commandtimeout = 0
This doesn't seem to work for users that are running the .adp file with
Access 2002 runtime.
Any ideas?