Hi, I'm using a remote data module set to multiinstance and apartment threading model. Each time the remote data module created on client connection, it will create a new instance of a datamodule that hold all dataset connected to database server. Now when 2 client tried to open dataset or any other operation on the same time, all client will hang.
I've created that each remotedatamodule will use each own connection to the database server. I use firebird 1.5 as the database server. So anyone can help me out, thanks in advance Iwan Cahyadi Sugeng

