Anyone have experience developing with ESQL/C for INFORMIX-SQL?
        Posted  
        
            by Frank Developer
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Frank Developer
        
        
        
        Published on 2010-03-07T18:51:19Z
        Indexed on 
            2010/03/07
            23:53 UTC
        
        
        Read the original article
        Hit count: 281
        
Does anyone have experience developing with ESQL/C for INFORMIX-SQL, as in calling C funcs within "Perform" screen generator and "ACE" report writer?
I have ISQL without ESQL/C. I experimented compiling a perform screen, where in the instructions section I put "ON BEGINNING CALL userfunc() END" and although I don't have ESQL/C, the Perform screen successfully compiled without errors!.. Apparently, the compiler didn't reject the C call even though there's no ESQL/C or C program linked.
© Stack Overflow or respective owner