Re: [Firebird-odbc-devel] BLOB Text data codepage conversion for SQL_C_WCHAR

2013-02-07 Thread Jojakim
On 07.02.2013 12:14:06, "Jojakim" wrote: > ...But in the case of BLOB, > subtype is not used to indicate the specified BLOB SUB_TYPE ... Sorry, there is a typo: Must be: But in the case of BLOB, subtype _is_ used to indicate the specified BLOB SUB_TYPE --

[Firebird-odbc-devel] BLOB Text data codepage conversion for SQL_C_WCHAR

2013-02-07 Thread Jojakim
Dear specialists, I need your advice for the following problem: (see also http://tracker.firebirdsql.org/browse/ODBC-161) I bound a BLOB SUB_TYPE 1 CHARACHTER SET UTF8 field to SQL_C_WCHAR / SQL_LONGVARCHAR via SQLBindParameter on an insert operation. Then encountered problems when using SQLPutDa