Page 1 of 1

UniDac with NexusDB ODBC driver

Posted: Mon 12 Apr 2010 20:56
by adoniram
I try to connect a nexusdb table with unitable but when the table is opened, it's raising an error message "Option 5 not supported".
This error happens when i have string fields with size less than 32.

Example:

CREATE TABLE TEST (ID INTEGER) >>> raise an error
CREATE TABLE TEST_2(ID INTEGER, CODE VARCHAR(31)) >>> raise an error

CREATE TABLE TEST_3(ID INTEGER, CODE VARCHAR(32)) >>> works fine

If I try to open the same table with TTable or TADOTable it's works too.

Could you help me?

Posted: Tue 13 Apr 2010 14:03
by bork
Thank you for information. We have reproduced this problem and fixed it. This fix will be included in the next UniDAC build.

Posted: Tue 13 Apr 2010 14:17
by adoniram
Thanks,
When the version will be released?

Posted: Wed 14 Apr 2010 08:00
by bork
The next version of UniDAC will be released in 2-3 weeks.