Posted by: Roberto
Hello to all! I have an application written in ctd 1.1.2 that connects
(odbc) to informix. When I compile and execute from centura builder
every ok, but when the exe created and executed it, it gives me the
following error:
SQL Statement:
ucvrrhh/informix
INFORMIXSERVER does not match either DBSERVERNAME or DBSERVERALIASES.
00133 SQL IVE ERROR 20761 NOT FOUND IN ERROR.SQL
It seems that the application wants to use the native driver of informix
to get connected, then eliminate the library sqlfix32.dll. I compile and
execute the application from centura builder and all ok, but when I
create the .exe and execute it gives the error:
Cannot load any communication DLLs, network may not be installed
What am I harming? Why does not the .exe file work if the program work
from the compiler?
Thanks...