Subject RE: [firebird-support] Generators Associated with a Table
Author Thomas Steinmaurer
Lee,

> Is there a way to query the system tables to retrieve the generator (if
> any) that is being used by that table?
> --

You probably use a generator to increment the value of
a primary key column for your table, but the generator
doesn't stand in any relationship to a table.

That means, you can create a generator without having
any table in your database.


Thomas