TUniConnection use (with sqliteprovider)

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
jota
Posts: 34
Joined: Tue 22 Nov 2011 19:21

TUniConnection use (with sqliteprovider)

Post by jota » Mon 01 Oct 2018 10:01

Hello

Can i access two databases at the same time with a single 'tuniconnection' object?.

Or two instances of 'tuniconnection' are needed, and the correct way to work is to have two "datamodules", each one, with its "tuniconnection, tunitables", etc.

Thanks in advance.

MaximG
Devart Team
Posts: 1822
Joined: Mon 06 Jul 2015 11:34

Re: TUniConnection use (with sqliteprovider)

Post by MaximG » Mon 01 Oct 2018 11:45

For simultaneous work with two different databases, you need to use two instances of TUniConnection.

Post Reply