Can i Use two connections using embedded server at the same time?

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for MySQL in Delphi and C++Builder
Post Reply
fduenas
Posts: 23
Joined: Fri 16 Dec 2005 20:55

Can i Use two connections using embedded server at the same time?

Post by fduenas » Tue 08 Aug 2006 14:07

Hi i normally use to connect to two databases using two different connection components (using client protocol), yes i know this can increment the number of connections to the server, but that's how I work. Is it possible to do this using the embedded server?

Jackson
Posts: 512
Joined: Thu 26 Jan 2006 10:06

Post by Jackson » Wed 09 Aug 2006 09:12

You can use several connections to connect to embedded server but only in the context of one application.

Post Reply