RemoteDB in Webbroker webmodule

Hi,

I would like to use RemoteDB in a Webbroker webmodule.

Would putting a TRemoteDBDatabase and XDataSet on a webmodule be ok or must I take precautions that it will be threadsafe?

Regards,

Mike

Hi Mike,

TRemoteDBDatabase is not thread-safe, just most of other database-connection components. You should create and use a different one for each thread in your app.
Hi Wagner,

Thanks for the information.