the ado and bde are all have the property 'keepconnection '
do the Tzconnection have this or will have
tzconnection ,adoconnection, Tdatabase
Moderators: gto, cipto_kh, EgonHugeist
KeepConnection, in BDE, is used to allow the application to keep the database connection even if no tables or queries are currently open. Looks like BDE stop the connection if no query/table is open, then reopen when needed.
TConnection uses TSession, and here is a borland page explaining more about Sessions and Connections:
http://info.borland.com/techpubs/delphi ... .html#5886
As far I know, zeos always keep the connection alive.
TConnection uses TSession, and here is a borland page explaining more about Sessions and Connections:
http://info.borland.com/techpubs/delphi ... .html#5886
As far I know, zeos always keep the connection alive.