Subject | Re: problem |
---|---|
Author | Adam |
Post date | 2005-09-26T23:18:19Z |
--- In firebird-support@yahoogroups.com, <Santosh.Mayekar@i...> wrote:
receiving is the error you will receive if the connection drops out.
The normal causes of this are the network is unstable, or the server
process crashed. If the server process crashed, the normal causes are
faulty UDF calls or hardware failure. You can check the firebird.log
for information about what has happenned there.
As the same statements seemed to work in a batch insert (I am
assuming using a single connection), I doubt the error is related to
the quantity of data.
You might want to cross post to the support list for your connection
component to see if there is any limitation with that component set.
Adam
>Exception of
>
> I am inserting data in a table. The insert statements are formed and
> fired to the database.
>
> The number of statements fired are large..
>
> After a particular time I get he error as follows
>
>
>
>
>
> Unhandled Exception: FirebirdSql.Data.Common.IscException:
> type FirebirdSql.Data.Common.IscException was thrown.writing
>
> at FirebirdSql.Data.Gds.GdsStatement.Free(Int32 option)
>
> at FirebirdSql.Data.Common.StatementBase.Release()
>
> at FirebirdSql.Data.Gds.GdsStatement.Dispose(Boolean disposing)
>
> at FirebirdSql.Data.Firebird.FbCommand.Release()
>
> at FirebirdSql.Data.Firebird.FbCommand.Dispose(Boolean disposing)
>
> at System.ComponentModel.Component.Finalize()
>
>
>
> Unable to complete network request to host "10.22.6.15". Error
> data to the connection. An existing connection was forcibly closedby
> the remote host.Unless it is a bug in your connection components, the error you are
>
receiving is the error you will receive if the connection drops out.
The normal causes of this are the network is unstable, or the server
process crashed. If the server process crashed, the normal causes are
faulty UDF calls or hardware failure. You can check the firebird.log
for information about what has happenned there.
As the same statements seemed to work in a batch insert (I am
assuming using a single connection), I doubt the error is related to
the quantity of data.
You might want to cross post to the support list for your connection
component to see if there is any limitation with that component set.
Adam