Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. jacaley

    Free object memory

    Yes - you override the destroy method and free the objects you created... in the class... public constuctor Create(AOwner...); destructor Destroy; override; ... T_FBPageCanvas.Destroy; override; begin Free.FCanvas; Free.FItem; Inherited; end;
  2. jacaley

    What happens to a DB connection when service is stopped?

    The application returns images of cancelled checks/deposits over the web. A large number of users can be accessing the program at any given time. The program listens for a connection, once a connection is made a new thread is created (unless there is a idle one) and a new DB connection is...
  3. jacaley

    What happens to a DB connection when service is stopped?

    Greetings I have a program that creates and pools threads. Inside each thread is a DB (interbase) object that is Active. When the program is called and there is a thread inactive in the pool the process uses that thread. My question is what happens to the object if the firebird service is...
  4. jacaley

    Best way to stop an exe thru a script

    Greetings - I have an exe running (Delphi 5.01) and need a way to stop the exe thru a batch file / script - any suggestions on the best way to do that? Thanks John

Part and Inventory Search

Back
Top