Subject RE: [firebird-support] Any API to get the database size?
Author Alan McDonald
> > Thanks Martijn.
> > Unfortunatelly, I don't have a chance to use triggers.
>
> You create the database, right? So why can't you create triggers?

It's multi database stuff, so there's not triggers in the DB no SPs, no
generators probably - it's all done client side and server is used a dumb
data repository (flat file even)
Alan

>
> Martijn Tonies
> Database Workbench - tool for InterBase, Firebird, MySQL,
> NexusDB, Oracle & MS SQL Server Upscene Productions
> http://www.upscene.com My thoughts:
> http://blog.upscene.com/martijn/ Database development
> questions? Check the forum! http://www.databasedevelopmentforum.com
>
> > If you don't want your users to update/insert/delete data, why not
> > simply create a set of triggers on each table that prohibits this?
>