Unidac in Webservice Application

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Cogito
Posts: 24
Joined: Sat 05 Jul 2008 07:15

Unidac in Webservice Application

Post by Cogito » Tue 29 Dec 2009 11:11

Hello,

I want to use your unidac components (3.x) with Delphi 2010 in a Webservice application (isapi) and I read in help of isapi to be careful with data access because there's a need to use sessions (I've read this in an old documentation of delphi relating the usage of bde components in isapi). What about the usage of your unidac components in isapi application, is there anything special to take care of? Do you have a short sample how to make connections in an isapi application, because the thread problem?

Thanks in advance!

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Wed 30 Dec 2009 08:44

Create separate TUniConnection for each thread. There are no other issues.

Post Reply