Subject | Rép. : Re: [firebird-support] Firebird/ Internet performance questions |
---|---|
Author | Maciek BOROWKA |
Post date | 2004-01-15T13:24:56Z |
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
I can determine table existence by "select the min(OID) from table". This will work quickly in all DBMS.
[snip]
"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]