This is a discussion on How to find your own session_id when you login to database within the Informix forums, part of the Database Server Software category; --> Hello, Is there a way for me to find out what is my own session_id (sid) when I am ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| On Wed, 13 Oct 2004 17:13:28 -0400, Thanh Ngo wrote: select dbinfo('sessionid') from systables where tabid = 1; Art S. Kagel > Hello, > Is there a way for me to find out what is my own session_id (sid) when I am > logging to database? > > Thanks in advance for you help. > > Thanks, > Thanh Ngo |
| ||||
| Thanks so much. That is what I want. Thanks, Thanh Ngo "Art S. Kagel" wrote: > On Wed, 13 Oct 2004 17:13:28 -0400, Thanh Ngo wrote: > > select dbinfo('sessionid') from systables where tabid = 1; > > Art S. Kagel > > > Hello, > > Is there a way for me to find out what is my own session_id (sid) when I am > > logging to database? > > > > Thanks in advance for you help. > > > > Thanks, > > Thanh Ngo |