New IBProvider v.3.0.0.6600 RC3
IBProvider has implemented the unique support of your database text data and presents very simple but flexible provider setting scheme to meet specific requirements of the client. Detailed information on encoding processor setting: Firebird and Interbase charsets. Charset markers in query textIBProvider v3 have learned to process SQL queries containing charset markers. Charset markers allow to transform individual text fields into specified encoding. They are used at data transfer to server. Example of a query with markers:
Processing of exclusions when working with Interbase and Firebird via ADODBAfter the new scheme of working with exclusions had been implemented in the latest releases, processing of errors was not supported at working with Firebird and Interbase via ADODB. This was due to undocumented interface code-named IDBPrimaryError, which has been successfully implemented in the new release. Support of working with database object names containing national symbols for connections with NONE charsetWhen connecting to Interbase or Firebird database without charset specification, object names in double quotes in a SQL query will be transformed into UNICODE_FSS charset. This ensures correct work with objects, which names contain national symbols (not ASCII), for example, Russian letters. For example:
|