Zeos / Firebird Quotechar problem
Posted: 22.09.2010, 12:32
I'm a returning user wanting to replace unidac and anydac with good old zeos again (as unicode seems to be working now).
My problem, i have a simple query: select * from table_name where field_name="field_value"
On which i get the following error
'SQL Error: Dynamic SQL Error SQL error code = -206 Column unknown field_calue At line 2, column 7. Error Code: -206. Column does not belong to referenced table The SQL: select * from table_name'#$D#$A'where field_name="field_value"'#$D#$A'; '
I think zeos thinks the "field_value" should have been a database field or something like that. Is there something i can do to make zeos/firebird accept the double quote again?
Any other tips are welcome?
Greetings,
Marius
My problem, i have a simple query: select * from table_name where field_name="field_value"
On which i get the following error
'SQL Error: Dynamic SQL Error SQL error code = -206 Column unknown field_calue At line 2, column 7. Error Code: -206. Column does not belong to referenced table The SQL: select * from table_name'#$D#$A'where field_name="field_value"'#$D#$A'; '
I think zeos thinks the "field_value" should have been a database field or something like that. Is there something i can do to make zeos/firebird accept the double quote again?
Any other tips are welcome?
Greetings,
Marius