Hi WiccaChic,
I think 4GL on most platforms is still 32-bit, so just recompiling it is not an option. What we always suggest is enabling tcp/ip connections for the local 4gl. This will make the communication a little bit slower, but this is more than enough compensated with the 64-bit database technology.
I don't know if you know how to set this up but it is quite easy (just like everything else in the IT, if you know it).
Put extra extry in your /etc/services file, for example:
ixport 1531/tcp
Put extra line in sqlhosts file
dbservertcp onsoctcp <hostname> ixport
Put extra line / adjust line in ONCONFIG:
DBSERVERALIASES dbservertcp
NETTYPE soctcp,1,,NET
This is just a set-up, if you need more advise please post or e-mail your onconfig and sqlhosts file.
Hope this helps,
Rob Prop
By the way: Nice to know that MS-loving people appreciate the Informix technology