Subject Rép. : Re: [firebird-support] Firebird/ Internet performance questions
Author Maciek BOROWKA
Perhaps a very naive question : why just don't use:

"select OID from MYTABLE where 1 = 2" to check the existence of a table?
This should be fast!

./Maciek


>>> d_johnson@... 15/01/04 15h05 >>>
[snip]
I can determine table existence by "select the min(OID) from table". This will work quickly in all DBMS.
[snip]