powerbuilder 6.5 needing to call api on network server.
Just have windows version (written in c) of ADP software and need to call api that is located on SQL server 2008 R2 box.
Created external function to call api, but need to know how to code and access SQL server 2008 R2 box. I can...
this is how it is defined:
FUNCTION uint cwbRC_AddParm(Ref ulong pgmhandle, string parmtype, ulong parmlength, string parameter) LIBRARY "cwbrc.dll"
ls_program = "CALCTAXADP"
ls_library = "JPELLA"
li_rtncde = gnv_app.inv_as400.of_logon_as400()
li_rc =...
Using PB6.5 version. Need to call as400 program passing parms and getting 2 parms returned. Any samples on how to do this? I've looked at the iseries and have tried that but getting errors. I've also tried using ole/db but have problems with setting up ole automation. The following shows an...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.