Subject | Re: [IBO] how to get the user name currently login, current date and time |
---|---|
Author | Jason Wharton |
Post date | 2003-09-18T18:09:15Z |
> is it thru ib_connection or ib_query? or do we need some procedureUse a query.
> from the server?
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