Re: ADO --> Web Server --> Session?
From: Aldemar (aldemar_ardila_at_hotmail.com)
Date: 12/02/03
- Next message: jason: "Re: Lengthy process"
- Previous message: jason: "Re: Adding an Access field via ADOCommand issues"
- In reply to: Jim Beauchemin: "ADO --> Web Server --> Session?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 2 Dec 2003 17:43:01 -0500
In a ISAPI app, the dll after the first invocation is mantained alive
waiting for another request. For this reason you must be more carefull in
the finalization section. This efect with filters, is typical and help us to
think about it.
Aldemar
-- ALDEMAR ARDILA PINTO Director de Sistemas LABORATORIOS AMERICA S.A. "Jim Beauchemin" <james_beauchemin@idx.com> escribió en el mensaje news:3fcd033e$1@newsgroups.borland.com... > Hi - > > Trying to understand how to host multiple database access sessions using the > ADO object? I have placed an ADOconnection object in my web server and have > noticed that the last access/view from one desktop browser is the filtered > view you see on another desktop browser when accessing the same dll (without > filter param entered)? With a standard BDE connection with a TQuery object, > you can attach a Session object to it, but not for ADO..? What am I > missing? Help please ! > > -jim > >
- Next message: jason: "Re: Lengthy process"
- Previous message: jason: "Re: Adding an Access field via ADOCommand issues"
- In reply to: Jim Beauchemin: "ADO --> Web Server --> Session?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|