Page 1 of 1
Cannot run second Embedded Server instance for a single data
Posted: Fri 17 Oct 2008 09:36
by dejestiny2
Hallo, i need run 2 instances of same application on same embedded database. But, when i run secound application a try connect i get following error message: Cannot run second Embedded Server instance for a single data...
It possible access to same database form multiple instance of same application?
Please help

Posted: Fri 17 Oct 2008 11:16
by Challenger
Posted: Sat 18 Oct 2008 09:56
by dejestiny2
Maybe i have a solution. This works fine for me. If i run multiple instances of a same application from a same application directory so i get error " Cannot run second Embedded Server instance for a single data... ". But, when i create a copy of the application directory and then run first instance from the original directory and than run second instance from the copy of the directory so all work fine - no errors(every copy of the application directory has own copy of a libmysqld.dll)
Can i use this solution? Thanks