Subject RE: [firebird-support] API / dialect question
Author Dimitry Sibiryakov
On 20 Apr 2004 at 23:24, Alan McDonald wrote:

>> Now are these parameters anything to do with the database dialect?

Actually, it is so-called connection dialect. You can connect to DB
in dialect 3 and issue queries in dialect 1. In this case SQL
processing will follow rules for dialect 1.
This is rather dangerous feature, because, say, SP, created using
query in dialect 1 will behave oddly in dialect 3 database.

>OK I think this is dialect as we know it but what about the SQLDA_VERSION ..
>what version is being used in 1.5 version 1 or 2?

1. AFAIK SQLDA version 2 is IB 7 feature and have long field names.

SY, Dimitry Sibiryakov.