Subject Determine that it's a firebird database
Author Datatal AB - Gauffin, Jonas
Hello

How can I determine that the database is firebird by running a sql
query?
I tried the SHOW SQL DIALECT command since it's unique for firebird, but
it didnt work.

Im developing support for firebird and since firebird uses generators
instead of autoincrement fields I need to detect that it's a FB database
and adapt the queries to it.

Thanks,
Jonas