dbTalk Databases Forums  

Details on Informix 4GL products

comp.databases.informix comp.databases.informix


Discuss Details on Informix 4GL products in the comp.databases.informix forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Francesco Veroni
 
Posts: n/a

Default Details on Informix 4GL products - 11-15-2010 , 02:52 AM






There are five different versions of Informix 4GL product, so how to
check the products are really installed on my system? How to get
version and serial number?

- 4GL RDS Development
- 4GL RDS Runtime
- 4GL Compiler Development
- 4GL Compiler Runtime
- 4GL Interactive Debugger Development

-----------------------------------------------------------

Informix 4GL RDS RNT --> fglpc -V
Informix 4GL RDS DEV --> fglgo -V
Informix 4GL ID DEV --> fgldb -V
Informix 4GL Compiler ..... --> i4gl -V
Informix 4GL Compiler ..... -->

Can somebody complete the list?

Reply With Quote
  #2  
Old   
Art Kagel
 
Posts: n/a

Default Re: Details on Informix 4GL products - 11-15-2010 , 05:52 AM






c4gl -V

Art

Art S. Kagel
Advanced DataTools (www.advancedatatools.com)
IIUG Board of Directors (art (AT) iiug (DOT) org)
Blog: http://informix-myview.blogspot.com/

Disclaimer: Please keep in mind that my own opinions are my own opinions and
do not reflect on my employer, Advanced DataTools, the IIUG, nor any other
organization with which I am associated either explicitly, implicitly, or by
inference. Neither do those opinions reflect those of other individuals
affiliated with any entity with which I am affiliated nor those of the
entities themselves.



On Mon, Nov 15, 2010 at 3:52 AM, Francesco Veroni <f.veroni (AT) strhold (DOT) it>wrote:

Quote:
There are five different versions of Informix 4GL product, so how to
check the products are really installed on my system? How to get
version and serial number?

- 4GL RDS Development
- 4GL RDS Runtime
- 4GL Compiler Development
- 4GL Compiler Runtime
- 4GL Interactive Debugger Development

-----------------------------------------------------------

Informix 4GL RDS RNT --> fglpc -V
Informix 4GL RDS DEV --> fglgo -V
Informix 4GL ID DEV --> fgldb -V
Informix 4GL Compiler ..... --> i4gl -V
Informix 4GL Compiler ..... --

Can somebody complete the list?
_______________________________________________
Informix-list mailing list
Informix-list (AT) iiug (DOT) org
http://www.iiug.org/mailman/listinfo/informix-list

Reply With Quote
  #3  
Old   
Francesco Veroni
 
Posts: n/a

Default Re: Details on Informix 4GL products - 11-15-2010 , 07:44 AM



Ok so...

Informix 4GL RDS RNT --> fglpc -V
Informix 4GL RDS DEV --> fglgo -V
Informix 4GL ID DEV --> fgldb -V
Informix 4GL Compiler DEV --> i4gl -V
Informix 4GL Compiler RNT --> c4gl -V

Thanks,
FV

Reply With Quote
  #4  
Old   
Jonathan Leffler
 
Posts: n/a

Default Re: Details on Informix 4GL products - 11-15-2010 , 12:14 PM



On 11/15/10 5:44 AM, Francesco Veroni wrote:
Quote:
Ok so...

Informix 4GL RDS RNT --> fglpc -V
Informix 4GL RDS DEV --> fglgo -V
Informix 4GL ID DEV --> fgldb -V
Informix 4GL Compiler DEV --> i4gl -V
Informix 4GL Compiler RNT --> c4gl -V

I4GL RDS (p-code) Runtime does not include 'fglpc'; if you have 'fglpc',
you have I4GL RDS (p-code) Development, by definition.

By contrast, I4GL RDS (p-code) Runtime does include 'fglgo' (but so does
I4GL RDS (p-code) Development). So, if you have fglgo and do not have
fglpc, then you probably have I4GL RDS (p-code) Runtime.

I think you've got the first two lines mixed up.

Similarly, I4GL (c-code) Runtime does not include 'c4gl' (not, I think,
does it include 'i4gl'). In fact, I'm not even sure there is a good way
to identify that you've got I4GL (c-code) Runtime, other than by the
absence of distinctive features of the other products:

- No i4gl or c4gl (not I4GL c-code development)
- No fglpc (not I4GL p-code development)
- No fgldb (not I4GL ID)
- No fglgo (not I4GL p-code runtime)

But I4GL programs still run...

However, since IDS includes an archaic version of I4GL in the ON-Monitor
program and therefore has the necessary runtime support, it is not clear
that "I4GL programs run" conclusively proves you have I4GL c-code
Runtime - you might just have IDS installed in $INFORMIXDIR.

Isn't it fun?

You might be able to look at the $INFORMIXDIR/etc/*-cr files, but that
might not enlighten you and could simply confuse you further.

Reply With Quote
  #5  
Old   
Francesco Veroni
 
Posts: n/a

Default Re: Details on Informix 4GL products - 11-22-2010 , 09:21 AM



Jonathan, your answer is very clear, and very useful for me!
I hope it can be useful also for other people of the Informix
community.
Thanks, Francesco

Reply With Quote
Reply




Thread Tools
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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.