Ask a Question related to Informix, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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
    2. 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...
    3. 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...
    4. 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...
    5. 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...
  3. #2

    Default 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

  4. #3

    Default 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

  5. #4

    Default 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139