Subject | How to get all current connections |
---|---|
Author | mitropa123 |
Post date | 2006-02-03T21:07:01Z |
Hi,
I'm new to IBO.
I want to get all current Connections in my application.
With BDE I used TSession :
for i:= 0 to session.databasecount-1 do
session.databases[i]. ....
how can i do that with IBO?
thanks
I'm new to IBO.
I want to get all current Connections in my application.
With BDE I used TSession :
for i:= 0 to session.databasecount-1 do
session.databases[i]. ....
how can i do that with IBO?
thanks