UniDac with NexusDB ODBC driver

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
adoniram
Posts: 22
Joined: Wed 03 Feb 2010 22:16

UniDac with NexusDB ODBC driver

Post by adoniram » Mon 12 Apr 2010 20:56

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?

bork
Devart Team
Posts: 649
Joined: Fri 12 Mar 2010 07:55

Post by bork » Tue 13 Apr 2010 14:03

Thank you for information. We have reproduced this problem and fixed it. This fix will be included in the next UniDAC build.

adoniram
Posts: 22
Joined: Wed 03 Feb 2010 22:16

Post by adoniram » Tue 13 Apr 2010 14:17

Thanks,
When the version will be released?

bork
Devart Team
Posts: 649
Joined: Fri 12 Mar 2010 07:55

Post by bork » Wed 14 Apr 2010 08:00

The next version of UniDAC will be released in 2-3 weeks.

Post Reply