Ask a Question related to Informix, Design and Development.
-
Ahmer Sajjad #1
Stored Procedures and 4GL
Hello,
I am using Informix 7 se database.
Is it possible to call a 4GL program from a stored procedure?
Thanks
Ahmer
sending to informix-list
Ahmer Sajjad Guest
-
Stored Procedures
Hi all, I'm a little confused about how to obtain a result set from a stored procedure (stored in a Visual FoxPro 8.0 database) from an ASP.NET... -
dt_ Stored Procedures
Please could you tell me if it is safe to remove the dt_ stored procedures from my database? I have spent some time searching the web/groups for... -
Stored Procedures with SQLCommandBuilder
I have a very strange thing occuring in the program. I have a dataset retrieved from a stored procedure that just select * from a table. I then... -
New to ASP and Stored Procedures
Hi I have some experince with ASP and databases in General, however Stored Procedures are new. I need to call a stored procedure and have bene... -
stored procedures in access
Gonzosez wrote: CONNACC.QRY_STORED_HOURS_AVG Parm1,...,ParmN,RS So, if you want to pass 2 and 3 to a query that accepts two parameters:... -
Rob Vorbroker #2
Re: Stored Procedures and 4GL
--0-453560610-1063113834=:95991
Content-Type: text/plain; charset=us-ascii
You can call shell scripts and other programs from within SPL (including 4gl Executables). Something like:
system ("echo /usr/project/bin/executable.4ge")
Simple example - YMMV - but it should point you in the right direction.
Rob Vorbroker
Ahmer Sajjad <ahmer@conceptfert.com.au> wrote:
Hello,
I am using Informix 7 se database.
Is it possible to call a 4GL program from a stored procedure?
Thanks
Ahmer
sending to informix-list
Rob Vorbroker Phone: 513/336-8695
Vorbroker Consulting, Inc. Fax: 513/336-6812
[url]www.vorbroker.com[/url] [email]robv@vorbroker.com[/email]
---------------------------------
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
--0-453560610-1063113834=:95991
Content-Type: text/html; charset=us-ascii
<DIV>You can call shell scripts and other programs from within SPL (including 4gl Executables). Something like:</DIV>
<DIV> </DIV>
<DIV>system ("echo /usr/project/bin/executable.4ge")</DIV>
<DIV> </DIV>
<DIV>Simple example - YMMV - but it should point you in the right direction.</DIV>
<DIV> </DIV>
<DIV>Rob Vorbroker<BR><BR><B><I>Ahmer Sajjad <ahmer@conceptfert.com.au></I></B> wrote:</DIV>
<BLOCKQUOTE class=replbq style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #1010ff 2px solid">Hello,<BR><BR>I am using Informix 7 se database.<BR><BR>Is it possible to call a 4GL program from a stored procedure?<BR><BR>Thanks<BR><BR>Ahmer<BR><BR>sendi ng to informix-list</BLOCKQUOTE><BR><BR>Rob Vorbroker Phone: 513/336-8695 <br>Vorbroker Consulting, Inc. Fax: 513/336-6812 <br>[url]www.vorbroker.com[/url] [email]robv@vorbroker.com[/email]<p><hr SIZE=1>
Do you Yahoo!?<br>
<a href="http://us.rd.yahoo.com/evt=10469/*http://sitebuilder.yahoo.com">Yahoo! SiteBuilder</a> - Free, easy-to-use web site design software
--0-453560610-1063113834=:95991--
sending to informix-list
Rob Vorbroker Guest



Reply With Quote

