Data Access Page timeout problem

B

bin

Hi, I am getting data via Data Access Page from a stored procedure on
a SQL-Server 2000. With growing tables I get the error message:
"Timeout expired". Is there a way to change the settings to eliminate
this problem? I have already optimized the stored procedure.

Thanks a lot
 
B

bin

I figured out how to do this by myself, add
MSODSC.Connection.CommandTimeout=0 in scripts, thanks anyway
 
Top