Subject | RE: [firebird-support] Any API to get the database size? |
---|---|
Author | Yusuf Celik |
Post date | 2007-11-08T12:12:39Z |
Yes I guess 1000 is quite enough Alan.
It sounds like injecting an SQL count stmt. into the OPF is the only
soln.
Thanks all
I appreciated your help
With kindest regards
Yusuf ELIK
________________________________
From: firebird-support@yahoogroups.com
[mailto:firebird-support@yahoogroups.com] On Behalf Of Alan McDonald
Sent: Thursday, November 08, 2007 2:08 PM
To: firebird-support@yahoogroups.com
Subject: RE: [firebird-support] Any API to get the database size?
insert?
If it's sub 1000 then select COUNT(*) at judicious moments will be your
best
bet and it will not impact performance very much.
Alan
It sounds like injecting an SQL count stmt. into the OPF is the only
soln.
Thanks all
I appreciated your help
With kindest regards
Yusuf ELIK
________________________________
From: firebird-support@yahoogroups.com
[mailto:firebird-support@yahoogroups.com] On Behalf Of Alan McDonald
Sent: Thursday, November 08, 2007 2:08 PM
To: firebird-support@yahoogroups.com
Subject: RE: [firebird-support] Any API to get the database size?
>This demo product... How many records do you want people to be able to
> That's what I mean ;-)
insert?
If it's sub 1000 then select COUNT(*) at judicious moments will be your
best
bet and it will not impact performance very much.
Alan
><mailto:firebird-support%40yahoogroups.com>
> ________________________________
>
> From: firebird-support@yahoogroups.com
> [mailto:firebird-support@yahoogroups.com<mailto:firebird-support%40yahoogroups.com> ] On Behalf Of Alan McDonald
> Sent: Thursday, November 08, 2007 2:02 PM<mailto:firebird-support%40yahoogroups.com>
> To: firebird-support@yahoogroups.com
> Subject: RE: [firebird-support] Any API to get the database size?[Non-text portions of this message have been removed]
>