Solution to To See If Someone Is Connected |
| Umapathy Kaliaperumal replied to Timothy Purvis at 05-Jul-08 03:02 |
1. You create a single connection.
2. Call a function separately to fetch user specific info. A same connection can be shared with diff recordsets.
3. you need not worry about whether someone is connected or not as the connection is shared. |
|