Subject Timeout Exceeded
Author women_lover_best
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