Error-message: "Unicode data in a Unicode-only collation or ntext data cannot be sent to clients using DB-Library (such as ISQL) or ODBC version 3.7 or earlier."
If you receive this message while you try to read out a ntext field you can use the substring function as a workaround to read the field.
That would be great if someone could update the FAQ section.
sql-query:
select substring ( name, 0,255) from tablex where ...
anyway, this is a really great project! - keep up the good work.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Error-message: "Unicode data in a Unicode-only collation or ntext data cannot be sent to clients using DB-Library (such as ISQL) or ODBC version 3.7 or earlier."
If you receive this message while you try to read out a ntext field you can use the substring function as a workaround to read the field.
That would be great if someone could update the FAQ section.
sql-query:
select substring ( name, 0,255) from tablex where ...
anyway, this is a really great project! - keep up the good work.