Board index » delphi » Multiple connections - database timeouts
Diwakar C K
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Multiple connections - database timeouts
Hello All,
I am trying out an ISAPI application that connects and inserts into the However, when many concurrent transactions occur, say 10 or more, I get a 'Cannot perform this operation on an open database'. The code snippet is as below : TdmoDb : class( TDataModule ) var function prifuInsertX( var sErrMsg : string ) dmoDb .qryX.Insert ; dmoDb .qryX.Active := False; Result := 1 ; Is there any way I can set a timeout value. The database is Oracle 7.3. Thanks. Diwakar |