Subject | Parsing and adding DB_KEY |
---|---|
Author | Martijn Tonies |
Post date | 2006-11-21T11:14:12Z |
Hi Jason,
I'm trying to execute the following from a TIBOQuery:
select r.*
from rdb$database r
in the SQL Monitor, I see this going to the server:
select r.*
, RDB$DATABASE.RDB$DB_KEY
from rdb$database r
It is a live query.
And if I execute this:
select r.*, r.RDB$DB_KEY
from rdb$database r
Then this gets to the server:
select r.*
, r.RDB$DB_KEY
, RDB$DATABASE.RDB$DB_KEY
from rdb$database r
Would this be wrong, ok or what?
Martijn Tonies
Database Workbench - tool for InterBase, Firebird, MySQL, NexusDB, Oracle &
MS SQL Server
Upscene Productions
http://www.upscene.com
My thoughts:
http://blog.upscene.com/martijn/
Database development questions? Check the forum!
http://www.databasedevelopmentforum.com
I'm trying to execute the following from a TIBOQuery:
select r.*
from rdb$database r
in the SQL Monitor, I see this going to the server:
select r.*
, RDB$DATABASE.RDB$DB_KEY
from rdb$database r
It is a live query.
And if I execute this:
select r.*, r.RDB$DB_KEY
from rdb$database r
Then this gets to the server:
select r.*
, r.RDB$DB_KEY
, RDB$DATABASE.RDB$DB_KEY
from rdb$database r
Would this be wrong, ok or what?
Martijn Tonies
Database Workbench - tool for InterBase, Firebird, MySQL, NexusDB, Oracle &
MS SQL Server
Upscene Productions
http://www.upscene.com
My thoughts:
http://blog.upscene.com/martijn/
Database development questions? Check the forum!
http://www.databasedevelopmentforum.com