connected status

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
mrDaniel
Posts: 1
Joined: Sun 22 Mar 2009 14:31

connected status

Post by mrDaniel » Sun 22 Mar 2009 14:37

allo,
i am new to using ODAC and would like to first make a project to indicate the status of the connection to the oracle database via delphi using ODAC. Is there some code sample to kick start my endeavour ?

thanks and have a nice day :-)

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Mon 23 Mar 2009 08:12

You can use the Connected property of TOraSession to get the connection status.

Post Reply