How to call another stored procedure within a sql server extended stored procedure?
-
Here is the situation: The user logs onto the database and calls a sql server extended stored procedure. I wrote the extended stored procedure in C/C++. How do I call another stored procedure from the C/C++ code? I want to do this without connecting to the database again (the extended stored procedure is already running within the sql server process). What is the API I should use (if there is any)?[
My articles and software tools
-
Here is the situation: The user logs onto the database and calls a sql server extended stored procedure. I wrote the extended stored procedure in C/C++. How do I call another stored procedure from the C/C++ code? I want to do this without connecting to the database again (the extended stored procedure is already running within the sql server process). What is the API I should use (if there is any)?[
My articles and software tools
-
The SqlContext class is not available in .NET 2003. Thanks for replying.[
My articles and software tools