Subject Re: [IBO] how to get the user name currently login, current date and time
Author Jason Wharton
> is it thru ib_connection or ib_query? or do we need some procedure
> from the server?

Use a query.

If you have a lot of them you may consider having a stored procedure that
returns your various server-side pieces of information. This way you can
maintain a single prepared statement you execute with different input
parameter values.

HTH,
Jason Wharton