Subject SQL-dialect 3 instead of 1?
Author guido.maucher
The database application for our measurements is written with Delphi5
for SQL-dialect 1.
Now we moved from Interbase 5.5 to Firebird 2.0,
but want to keep (at least during the beginning) the dialect 1.
This worked fine with IBO 4.7 beta 11. But with the actual IBO beta 15,
it looks like
the database-connection is made with dialect 3. The dialect-field in
TIB_Connection is set to 1, but this does not help.
Are there other settings necessary?
Thanks
Guido