Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 3 of 3 total
Thread How can I run multi-application at the same machine
Sat, Oct 27 2007 7:46 PMPermanent Link

Jianfei Xu
I have developed application with ElevateDB, DB Data files and config files are located in the same folder with application. It runs fine.

Now, Client wants to make copy of the folder to have same application run from different folder at the same time to compare the data ..., Whatever, It works perfectly using DBISAM,
Now It does not work, throw out Error #300.

Even worse, I have developed ISAPI using DBISAM, it works great. Now, It does not work with Elevate at all, since I usually have the data with dll in the same folder to deliver one web site. There are more than ten
virtual directories sitting in one machine and the database must be seperate by just using its own database file folder.

I can understand ElevateDB engine only allow for one per application, NOT just one per machine please, since it is embeded inside of application.

PLEASE HELP!!!!!!!!!!!!

Jianfei
Sat, Oct 27 2007 8:00 PMPermanent Link

Jianfei Xu
It looks like get the configPath from the registry, even, I use Engine.ConfigPath := CurrentPath+'\EDB' to force use the diffent path.

For web application, I can not put Engine Component in the Web DataModule, It keeps saying Engine already exists. Therefore, I directly to call global Engine to assign the diffent path to it, however, does not work.

What Should I do?

Jianfei
Sat, Oct 27 2007 10:37 PMPermanent Link

Jianfei Xu
Problem solved.

Thanks

Jianfei
Image