Subject | Re: Timeout Exceeded |
---|---|
Author | Adam |
Post date | 2005-10-12T05:00:56Z |
--- In firebird-support@yahoogroups.com, "women_lover_best"
<talbronstien@g...> wrote:
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
<talbronstien@g...> wrote:
>like
> 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
> this.Vishy,
> try
> for i=1 to 5000
> con.open...
> do insert using nonexecutequery
> next
> catch
> finally
> con.close
>
> any reason for this..
> thks
> 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