Search found 22 matches

by adoniram
Mon 01 Mar 2010 17:25
Forum: Universal Data Access Components
Topic: New Provider's construction price
Replies: 4
Views: 1504

I'm interested too.
I have NexusDB customers and the ODBC driver is too slow.
by adoniram
Fri 26 Feb 2010 18:06
Forum: Universal Data Access Components
Topic: UniMetadata with SQLite and SQLServer.
Replies: 4
Views: 1581

UniMetadata with SQLite and SQLServer.

I can attach another database to connected SQLite database, with attach command.

I can perform queries on it.

But if I try to retrieve meta datas with TuniMetadata, it fetch only connected database.

This error happens with sqlserver too.

How can I fetch information from another database under the same SQLite connection?
by adoniram
Wed 24 Feb 2010 17:19
Forum: Universal Data Access Components
Topic: UniMetadata with SQLite
Replies: 4
Views: 1595

Thanks!
by adoniram
Wed 24 Feb 2010 11:49
Forum: Universal Data Access Components
Topic: UniMetadata with SQLite
Replies: 4
Views: 1595

Thanks!
When the next version will be released?
by adoniram
Thu 18 Feb 2010 21:52
Forum: Universal Data Access Components
Topic: UniMetadata with SQLite
Replies: 4
Views: 1595

UniMetadata with SQLite

I try using uniMetadata with SQLite.
I have one index with "DESC" sorted field.
When I try to get the Sort_Order Value from uniMetadata with IndexColumns Restrictions, it gives me "ASC" sort order.

What can I do?
by adoniram
Sat 13 Feb 2010 11:35
Forum: Universal Data Access Components
Topic: TUniDac with NexusDB ODBC Driver
Replies: 2
Views: 2041

Thanks!!!!!
by adoniram
Sat 06 Feb 2010 17:50
Forum: Universal Data Access Components
Topic: TUniDac with NexusDB ODBC Driver
Replies: 2
Views: 2041

TUniDac with NexusDB ODBC Driver

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?