Subject | table names with double quotes not recognized |
---|---|
Author | Bart Smissaert |
Post date | 2011-05-10T08:01:24Z |
Have a Firebird 1.5 database in classic configuration on Windows XP.
As we have at least one table that has a name that is a reserved word (ACTION)
I needed to add double quotes to table names, eg:
select count(rdb$db_key) from "ACTION"
This always used to work fine, but now for some reason this isn't
accepted anymore.
As we have at least one table that has a name that is a reserved word (ACTION)
I needed to add double quotes to table names, eg:
select count(rdb$db_key) from "ACTION"
This always used to work fine, but now for some reason this isn't
accepted anymore.