![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I am trying to execute a stored procedure named "sp_sysmon 1" us the ct-library. But I'm not able to capture the result set of that procedure. While monitoring the traffic it is shown that the procedure is executed properly and the result set arrives at the client side perfectly. But the library routine calls are not able to fetch them. I'm just able to get the final status result of that procedure. Is there any way to fetch the result set properly? |
#3
| |||
| |||
|
|
On Sun, 06 Jun 2004 23:59:06 -0700, Amol Natekar wrote: I am trying to execute a stored procedure named "sp_sysmon 1" us the ct-library. But I'm not able to capture the result set of that procedure. While monitoring the traffic it is shown that the procedure is executed properly and the result set arrives at the client side perfectly. But the library routine calls are not able to fetch them. I'm just able to get the final status result of that procedure. Is there any way to fetch the result set properly? Most of those are generated with PRINT statements in the stored procedure. Such messages need to be handled with a server callback. See the ct_callback() and the CS_SRVMESSAGE_CB entries in the CTlib docs. Michael |
![]() |
| Thread Tools | |
| Display Modes | |
| |