G
Guest
Hi All,
I'm not a c++ programmer, but I find myself writing an extended stored
procedure to call a web service. I got this part working.
I want to pass parameters through the extended proc on to the web service.
The params come in through a BYTE* param in here (pData):
srv_paraminfo(pSrvProc, 1, &cType, &uMaxLen, &uLen, pData, &fNull);
I need to send them to the web service using a BSTR datatype.
How can I accomplish this?
Thanks.
I'm not a c++ programmer, but I find myself writing an extended stored
procedure to call a web service. I got this part working.
I want to pass parameters through the extended proc on to the web service.
The params come in through a BYTE* param in here (pData):
srv_paraminfo(pSrvProc, 1, &cType, &uMaxLen, &uLen, pData, &fNull);
I need to send them to the web service using a BSTR datatype.
How can I accomplish this?
Thanks.