Mega Code Archive

 
Categories / Delphi / ADO Database
 

Object activation

Question: I'm trying to use the Object Activation Daemon to activate my server dynamically. Why do I get a TRANSIENT exception after the server launches? Answer: You need to make sure that the connection to your database is made active in run-time, and not in design-time. Also make sure that you TClientDataSets are made active at run-time, not at design-time.