Re: [libreoffice-users] Base Firebird reserved words

2019-05-22 Thread Drew Jensen
Howdy, Just tried this using the latest build (yesterday) of 6.3 and created a table with two three fields named; id, Select and Integer. Used query designer to generate this SQL select statement SELECT "id", "Select", "Integer" FROM "tblKeyWords" and it is working as expected. Perhaps you mean

[libreoffice-users] Base Firebird reserved words

2019-05-22 Thread Paul D. Mirowsky
I have recently been battling with the change to Firebird. When using query, I would continuously get some form of 'isc_dsql_prepare' errors. As it turns out, I repeatedly used "Select" as a field name within "Tables". Changing the field names from "Select" to "Selection" has eliminated all