M
Michael V
Hi
I have two stored procedures in an SQL database that I
execute from my Access application. These two procedures
work fine when executed from the sql server. When I run
the procedure from Access though, only the first one
executes OK and the second one comes up with:
[Microsoft][ODBC SQL Server Driver] Timeout expired
I think it's to do with the timeout setting or something
as the second one takes about 10 seconds more to complete
than the first one.
Both procedures are being called and executed by the same
function in my form.
Can anyone help please.
thanks Michael V
I have two stored procedures in an SQL database that I
execute from my Access application. These two procedures
work fine when executed from the sql server. When I run
the procedure from Access though, only the first one
executes OK and the second one comes up with:
[Microsoft][ODBC SQL Server Driver] Timeout expired
I think it's to do with the timeout setting or something
as the second one takes about 10 seconds more to complete
than the first one.
Both procedures are being called and executed by the same
function in my form.
Can anyone help please.
thanks Michael V