Subject Re: Timeout Exceeded
Author Adam
--- In firebird-support@yahoogroups.com, "women_lover_best"
<talbronstien@g...> wrote:
>
> 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

Vishy,

Three suggestions.

1. Post the exact error message you are getting. You haven't really
provided enough information about the problem, the environment or
alike.

2. You might want to try the .NET list.

3. Why do you need to open and close the connection 5000 times?


Adam