Subject .NET providers
Author Riste Pejov
For connecting to FB from a SOAP WebService, made with BCB6,
i can't perform any queries with IBX, do i have to use the .NET provider ?

i tried creating a DataModule inside the web service, and then performing
queries through a runtime created TIBQuery inside a function of the Service,
but it doesn't work.

That's why i used an application server for performing the queries.

The service is an apache sapi shared module.And i wanted to keepone IB
connection opened
all the time, and to create the queries at run time.

Best Regards