TUniDac 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

TUniDac with NexusDB ODBC Driver

Post by adoniram » Sat 06 Feb 2010 17:50

I need to use TUniDac components with NexusDB and I using its ODBC Driver.

If I try to post a table, the TUniTable component raise an Exception with the message "Parameter ':Param1' not found."

If I try to perform an Insert query, it duplicate the record tha I inserting.

With VCL TTable and VCL TQuery, using the same ODBC driver, it's not happened and works fine.

Could you help me?

Challenger
Devart Team
Posts: 925
Joined: Thu 17 Nov 2005 10:53

Post by Challenger » Fri 12 Feb 2010 14:14

Sorry for delay. We have fixed this problem. This fix will be included in the next build of UniDAC.

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

Post by adoniram » Sat 13 Feb 2010 11:35

Thanks!!!!!

Post Reply