Page 1 of 1

UniConnections

Posted: Thu 14 Jan 2010 07:46
by Cogito
Hello,

is it possible to work with more than one connection at runtime, perhaps with databases in other formats (one database in sql server another one in oracle and a third one in db2)? Are there any limits or problems or anything else that one must pay special attention?

Posted: Thu 14 Jan 2010 07:52
by Plash
You can work with more than one connections. There are no problems with this.

Posted: Fri 15 Jan 2010 07:39
by Cogito
Plash wrote:You can work with more than one connections. There are no problems with this.
That sounds very good!
Is it also possible to create queries, which uses tables from different databases?

Posted: Mon 18 Jan 2010 08:29
by Plash
You can link one query to one connection, and another query to another connection. But you cannot use two connections in one query.

Posted: Wed 10 Feb 2010 13:56
by alecksey
is it possible to use SQLite provider with one connection and several theaded-query? query use only SELECT. or it must be a one connection with one query?