Ask a Question related to Informix, Design and Development.
-
Glen #1
Linux fgl_getenv
Informix Dynamic Server Version 9.30.UC3 on Linux. Do I have to do
something before I can use the fgl_getenv call in a stored procedure? When
I try I get 674: Routine (fgl_getenv) can not be resolved.
Glen Guest
-
OK, Forget Flash 8 Player for Linux. When is Flash 9Player for Linux going to get here?
Dear Michalengelo, When are you going to be finished painting the ceiling at the Sistine Chapel? Sincerely, The Pope -
IBM switching to Linux destops in Germany according to a Linux Forum 2006
Dear all, IBM switching to Linux destops in Germany according to a Linux Forum 2006. How do you think about this? It means IBM is not upgrade to... -
How to start Linux on Win2K/Linux system?
I installed RH8.0 first, and Win2K second. Everytime when I boot machine, I always get Win2K. I can only enter Linux using reboot disk. Someone... -
Question on which Linux Binaries to d/l for Linux Redhat 7.0 ?
At ftp://ftp.xfree86.org/pub/XFree86/4.3.0/binaries/ I see Linux-axp-glibc22, Linux-ix86-glibc21, Linux-ix86-glibc22, Linux-ix86-glibc23 Which... -
Linux Event + 2 Workshops on Debian GNU/Linux
Dear Debian GNU/Linux Users. IIT Mumbai, India, is conducting a workshop on GNU/Linux there will be 2 Workshops on Debian GNU/Linux. The... -
John #2
Re: Linux fgl_getenv
On Tue, 18 Nov 2003 18:26:17 GMT, "Glen Johnson" <com>
wrote:
fgl_getenv is a built-in 4gl function, I believe...
John Guest
-
Jonathan #3
Re: Linux fgl_getenv
Glen Johnson wrote:
As John Carlson said, fgl_getenv() is an I4GL function. So, to be
able to call it from a stored procedure, you'd have to create a (C or
Java) UDR which does the right job.
Of course, even if you had it, you'd only get a weird mixture of the
server's own environment and some small portions of the user's
environment - at best. Most likely, you'd only see what the server
had in its environment.
--
Jonathan Leffler #include <disclaimer.h>
Email: net, ibm.com
Guardian of DBD::Informix v2003.04 -- http://dbi.perl.org/
Jonathan Guest
-
Glen #4
Re: Linux fgl_getenv
Thanks, what do I use within a stored procedure to get environmental
variables then? A system call to getenv?
"Jonathan Leffler" <net> wrote in message
news:fIDub.6590$news.pas.earthlink.net... [/ref]
When
>
> As John Carlson said, fgl_getenv() is an I4GL function. So, to be
> able to call it from a stored procedure, you'd have to create a (C or
> Java) UDR which does the right job.
>
> Of course, even if you had it, you'd only get a weird mixture of the
> server's own environment and some small portions of the user's
> environment - at best. Most likely, you'd only see what the server
> had in its environment.
>
> --
> Jonathan Leffler #include <disclaimer.h>
> Email: net, ibm.com
> Guardian of DBD::Informix v2003.04 -- http://dbi.perl.org/
>[/ref]
Glen Guest



Reply With Quote

