Subject | Re: [firebird-support] Re: Error Inserting data using .net |
---|---|
Author | Helen Borrie |
Post date | 2003-10-04T23:20:57Z |
At 10:12 PM 4/10/2003 +0000, you wrote:
exists. However, you need to take care of the commit yourself in big
batches, especially if your server doesn't have a lot of memory
available. My guess is that your server crashes around 2000 uncommitted
inserts because you've maxed out the server's RAM.
Each driver interface has its own way of implementing the API. As Carlos
said, the right place to achieve what you need in your environment is the
firebird-net-provider list.
heLen
>Thank you for your reply.Yes. Driver interfaces usually start a transaction for you if none
>Do I need to always use transactions while using Firebird? I have seen
>some other posts which seem to indicate this.
exists. However, you need to take care of the commit yourself in big
batches, especially if your server doesn't have a lot of memory
available. My guess is that your server crashes around 2000 uncommitted
inserts because you've maxed out the server's RAM.
Each driver interface has its own way of implementing the API. As Carlos
said, the right place to achieve what you need in your environment is the
firebird-net-provider list.
heLen