How to get two or more params' value in the Extend Procedure DLL ?
-
How to get two or more params in the Extend Procedure DLL ? In DLL the method is : SRVRETCODE func( SRV_PROC* pSrvProc ) { ... } the pSrvProc might transmit two or more params. But i dont know How to get their values? for example, i SQL procedure, i will use this code: Exec func @param1,@param2,@param3 How to get the three params' value in the DLL ?
-
How to get two or more params in the Extend Procedure DLL ? In DLL the method is : SRVRETCODE func( SRV_PROC* pSrvProc ) { ... } the pSrvProc might transmit two or more params. But i dont know How to get their values? for example, i SQL procedure, i will use this code: Exec func @param1,@param2,@param3 How to get the three params' value in the DLL ?
Does this help at all? http://www.codeproject.com/database/sqlunicode.asp
store your internet favourites online - www.my-faves.co.uk