Subject | RE: [firebird-support] Any API to get the database size? |
---|---|
Author | Yusuf Celik |
Post date | 2007-11-08T11:35:36Z |
That's right.
I create the DB,
But I don't have any triggers.
No SP no nothing just plain DML statements.
I use OPF which supports not just FDB also supports Access, MSSQL and
ORACLE.
In this case I have to inject extra SQL statement into the program.
I don't want to deal with IFDEF compilation conditions.
________________________________
From: firebird-support@yahoogroups.com
[mailto:firebird-support@yahoogroups.com] On Behalf Of Martijn Tonies
Sent: Thursday, November 08, 2007 1:20 PM
To: firebird-support@yahoogroups.com
Subject: Re: [firebird-support] Any API to get the database size?
Martijn Tonies
Database Workbench - tool for InterBase, Firebird, MySQL, NexusDB,
Oracle &
MS SQL Server
Upscene Productions
http://www.upscene.com <http://www.upscene.com>
My thoughts:
http://blog.upscene.com/martijn/ <http://blog.upscene.com/martijn/>
Database development questions? Check the forum!
http://www.databasedevelopmentforum.com
<http://www.databasedevelopmentforum.com>
I create the DB,
But I don't have any triggers.
No SP no nothing just plain DML statements.
I use OPF which supports not just FDB also supports Access, MSSQL and
ORACLE.
In this case I have to inject extra SQL statement into the program.
I don't want to deal with IFDEF compilation conditions.
________________________________
From: firebird-support@yahoogroups.com
[mailto:firebird-support@yahoogroups.com] On Behalf Of Martijn Tonies
Sent: Thursday, November 08, 2007 1:20 PM
To: firebird-support@yahoogroups.com
Subject: Re: [firebird-support] Any API to get the database size?
> Thanks Martijn.You create the database, right? So why can't you create triggers?
> Unfortunatelly, I don't have a chance to use triggers.
Martijn Tonies
Database Workbench - tool for InterBase, Firebird, MySQL, NexusDB,
Oracle &
MS SQL Server
Upscene Productions
http://www.upscene.com <http://www.upscene.com>
My thoughts:
http://blog.upscene.com/martijn/ <http://blog.upscene.com/martijn/>
Database development questions? Check the forum!
http://www.databasedevelopmentforum.com
<http://www.databasedevelopmentforum.com>
> If you don't want your users to update/insert/delete data,[Non-text portions of this message have been removed]
> why not simply create a set of triggers on each table that
> prohibits this?