Hello to all
I have the following requirement:
I have to create an object / program / function ( pgm_1 ) in powerbuilder which writes to a database and should be used by multiple applications Powerbuilder ( pgm_n).
This program (pgm_1) should be a black box, is not to be used as sources.
Excluding the web services and / or store procedures, I thought of creating a DLL, an OCX or a PBD to attach to external applications ( pgm_n ).
( Possibly saving the compatibility with Appeon )
Is important to have a return if the process was successfully completed or not.
Is it possible?
What do you recommend: dll, ocx, pbd?
If it's possible, where I can find an example (also stupid - for example, a message box, or whatever) where to start?
Thank you for your help.
Gimmy