Subject | Parse failure? |
---|---|
Author | Martijn Tonies |
Post date | 2007-06-04T08:08:23Z |
Hi Jason,
With this query:
select
*
from
"#test2"
order by 1
and trying an editable resultset, IBO modifies this to:
SELECT "#test2".*
, "#test2".RDB$DB_KEY
from
"#test2"
ORDER BY 1 ASC
But this fails with an error:
Dynamic SQL Error SQL error code = -206 Column unknown #test2.* At line 1,
column 1.
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
With this query:
select
*
from
"#test2"
order by 1
and trying an editable resultset, IBO modifies this to:
SELECT "#test2".*
, "#test2".RDB$DB_KEY
from
"#test2"
ORDER BY 1 ASC
But this fails with an error:
Dynamic SQL Error SQL error code = -206 Column unknown #test2.* At line 1,
column 1.
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