Informix

 View Only
  • 1.  Call API from INFORMIX 4GL

    Posted 2 days ago

    Dear All, 

    Can we call JAVA/PYTHON API from INFORMIX 4GL new versions?

    Thanks!

    Best Regards,

    Indika 



    ------------------------------
    Indika Jinadasa
    ------------------------------


  • 2.  RE: Call API from INFORMIX 4GL

    IBM Champion
    Posted 2 days ago

    Indika:

    I do not believe that you can do that from any Classic 4GL code, not directly anyway. (It would be possible to create a "C" callable wrapper that called out to a JRE.)

    If you need that capability, all three of the 4GL superset languages, Querix Lycia, 4Js Genero, and Aubit4GL can interface with Java at various levels of integration.

    Art



    ------------------------------
    Art S. Kagel, President and Principal Consultant
    ASK Database Management Corp.
    www.askdbmgt.com
    ------------------------------



  • 3.  RE: Call API from INFORMIX 4GL

    Posted 2 days ago

    Another option is to wrap it up inside a Java UDR inside the database and call it as a regular procedure. 



    ------------------------------
    Steven Weiss
    ------------------------------