Subject | Is SYSDBA cast in stone? |
---|---|
Author | rajsubramani |
Post date | 2004-04-23T06:25:03Z |
Two questions, really:
1. Can I create an fdb file (for FB1.5) where DB Owner is other than
SYSDBA (if yes, is the significant characters restricted to 6).
2. Does firebird 1.5 support triggers on columns:
at the moment for table foo:
CREATE TRIGGER FooTrigger for Foo ACTIVE BEFORE INSERT AS
for column bar on table foo can I say something like:
CREATE TRIGGER FooTrigger for bar of Foo ACTIVE BEFORE INSERT AS
Cheers
-raj
1. Can I create an fdb file (for FB1.5) where DB Owner is other than
SYSDBA (if yes, is the significant characters restricted to 6).
2. Does firebird 1.5 support triggers on columns:
at the moment for table foo:
CREATE TRIGGER FooTrigger for Foo ACTIVE BEFORE INSERT AS
for column bar on table foo can I say something like:
CREATE TRIGGER FooTrigger for bar of Foo ACTIVE BEFORE INSERT AS
Cheers
-raj