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 > calling a 4gl from informix store procedure

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-31-03, 03:20
muiee80 muiee80 is offline
Registered User
 
Join Date: Dec 2003
Posts: 7
calling a 4gl from informix store procedure

i know we can always call store procedure from 4gl,
but how abt call a 4gl from a informix store procedure?
and hows the code look like?

thanks
Reply With Quote
  #2 (permalink)  
Old 01-08-04, 08:01
gurey gurey is offline
Registered User
 
Join Date: Aug 2003
Location: Argentina
Posts: 780
Re: calling a 4gl from informix store procedure

Quote:
Originally posted by muiee80
i know we can always call store procedure from 4gl,
but how abt call a 4gl from a informix store procedure?
and hows the code look like?

thanks
Hi,

Please test the following:

create procedure run4gl ()
define cmd varchar(100);
.....
.....
let cmd="/informix/bin/fglgo program.4gi";
system (cmd);
end procedure

Gustavo.
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