Subject | Timeout Exceeded |
---|---|
Author | women_lover_best |
Post date | 2005-10-12T03:04:06Z |
Hi,
I am trying to insert 5000 to 20000 records in a loop through
.net..but i keep getting the error timeout exceed..my code looks like
this.
try
for i=1 to 5000
con.open...
do insert using nonexecutequery
next
catch
finally
con.close
any reason for this..
thks
vishy
I am trying to insert 5000 to 20000 records in a loop through
.net..but i keep getting the error timeout exceed..my code looks like
this.
try
for i=1 to 5000
con.open...
do insert using nonexecutequery
next
catch
finally
con.close
any reason for this..
thks
vishy