Title: | SQL notes |
Moderator: | NOVA::SMITHI |
Created: | Wed Aug 27 1986 |
Last Modified: | Thu Jun 05 1997 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 3895 |
Total number of notes: | 17726 |
A customer is using connections from embedded, static SQL. He wants to find out the name of the current connection from within his program. How can he do this? Peter
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
3876.1 | NOVA::SMITHI | Don't understate or underestimate Rdb! | Sat Apr 05 1997 21:12 | 7 | |
From Rdb7 and later he can call a stored procedure or MSP such as: begin get diagnostics :current_connection = CONNECTION_NAME; end; Ian |