If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Informix > Informix C program

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-23-03, 22:49
sengchoon sengchoon is offline
Registered User
 
Join Date: Aug 2002
Posts: 21
Unhappy Informix C program

Hi everyone,
I'm trying to create a Informix program to call C program but I doesn know how to start. Can anyone porvide my the sample full souce of how to call and receive result from C program using 4GL program. Thanks
Reply With Quote
  #2 (permalink)  
Old 03-31-03, 13:12
vkaramched vkaramched is offline
Registered User
 
Join Date: Jan 2003
Location: Atlanta
Posts: 134
In 4GL program you can
1) use "run" command to execute an "exe" executable program
2) for other samples please look into INFORMIXDIR/samples directory where you have lot of samples source code files for C/ESQL-C or 4GL's
3) call a function etc in your "C" source file from 4GL program but compile the 4GL file with links to lib and "C" file.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On