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 > 4GL and IDS

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-04-04, 07:34
awdba awdba is offline
Registered User
 
Join Date: Jun 2003
Posts: 15
Question 4GL and IDS

Hi,

a few questions about 4GL :

1) how can I check the level of the 4GL installed ?
2) what is needed to run 4GL programs (type = prog.4ge) on another machine ? is it sufficient to have an IDS or do I need something like a runtime software ?
3) is it correct that 4GL code cannot connect to a 64bit IDS in shared memory ?

best regards,
thanks
Reply With Quote
  #2 (permalink)  
Old 03-04-04, 11:20
gurey gurey is offline
Registered User
 
Join Date: Aug 2003
Location: Argentina
Posts: 780
Re: 4GL and IDS

Quote:
Originally posted by awdba
Hi,

a few questions about 4GL :

1) how can I check the level of the 4GL installed ?
2) what is needed to run 4GL programs (type = prog.4ge) on another machine ? is it sufficient to have an IDS or do I need something like a runtime software ?
3) is it correct that 4GL code cannot connect to a 64bit IDS in shared memory ?

best regards,
thanks
Hi,
1) Run i4gl -V or r4gl -V or look $INFORMIXDIR/etc/.snfile
2) Never I did the test but a program. 4ge is a "C" ejecutable therefore should run whenever be the same platform.
If the program is not pre-compiled then needs a run-time pcode.
3) Really the tools 4GL do not work with IPCSHM, should define TCP/IP or Stream Pipe connection.

NOTE: I suggest you if run program on another machine is good idea re-compiled all programs.

Gustavo.
Reply With Quote
  #3 (permalink)  
Old 03-06-04, 05:42
awdba awdba is offline
Registered User
 
Join Date: Jun 2003
Posts: 15
Talking

Muchas gracias 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