Guest Guest
|
Posted: Wed Dec 18, 2002 7:21 pm Post subject: Application is not licensed to use this feature ?! |
|
|
I got this message when I tried to use the DbExpress driver in an application server using COM+ in a Win2000 system.
The application is configured as ciMultiInstance, tmFree and every call to the server method allocates a new TSQLConnection and TSQLQuery. Both are immediately closed and destroyed after use. I tried to put the whole method in a critical section, but it didnīt help.
I get the error only when I have many connections in the same server (above 10 requests per second, it is not too much, is it ). The application appears to work perfectly with lower request rates.
What am I not allowed to do Why  |
|