Page 1 of 1

Unidac in Webservice Application

Posted: Tue 29 Dec 2009 11:11
by Cogito
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!

Posted: Wed 30 Dec 2009 08:44
by Plash
Create separate TUniConnection for each thread. There are no other issues.