OracleSession + delphi 7 intraweb

knwo

Member
When I make an http-server with the delphi7 intraweb-components and the DOA components for database access, then the usersessions are not freed after retrieving something for the database. But when I use the same application and I use the BDE components the usersessions are freed. The result is that when I use the DOA components in that appl. I am connected too the database with 100 sessions.

Someone any idea?
 
Are you disconnecting the TOracleSessions, or are they freed? If so, are you using a TOracleSession.Pooling property value other than spNone?

------------------
Marco Kalter
Allround Automations
 
Back
Top