Subject | Re: For SQLAPI users IMPORTANT |
---|---|
Author | cosamektoo |
Post date | 2005-05-04T12:46:37Z |
Hi
After replacing the SQLAPI library with the latest version(trail)
The problem is gone!
-gili
--- In firebird-support@yahoogroups.com, Helen Borrie <helebor@t...>
wrote:
After replacing the SQLAPI library with the latest version(trail)
The problem is gone!
-gili
--- In firebird-support@yahoogroups.com, Helen Borrie <helebor@t...>
wrote:
> At 10:57 AM 4/05/2005 +0000, you wrote:large,
> >Hi
> >After a long effort spend investigating why my db file became so
> >I found the problem.open
> >We use SQLAPI to connect from a c++ application. It seems that even
> >though We only performs read queries on that connection,leaving it
> >causes the problem.reading from
>
> It's a non-sequitur. The database can't grow if you are only
> it. A read-only Firebird database can be opened on a CD-ROMyour
> drive. Something else is going on.
>
> >I've also submitted this bug to SQLAPI support.
> >
> >The workarround I have for now is reconnecting every X minuts.
> >This slows down considerably the growth of the db file.
>
> If it is only being read from, this does not make any sense. If
> applications don't write to the database, convert it to a read-onlythat are
> database. Nothing can make it grow then. :-)
>
> >Hope I helped anyone.
>
> I hope someone can help *you* !! If you have client applications
> inserting to or updating tables, then the database will grow. Thedatabase
> won't get smaller if records are deleted.the app so
>
> >If anyone knows this bug or have a better solution or have anything
> >at all to say about this issue I'll be glad to here about it.
>
> You need to find out where these writes are coming from, and fix
> that it commits work.
>
> ./heLen