Hi ...
I got the following error:
SQLException: Database not found or no system permission.
My user and password are rigth. but I where type the database path? if the url is:
"//website:1533/maq:INFORMIXSERVER=website;user=maquser;password=l alala;
My database is /apm/bd
hosts=website
port=1533
dbname=maq
bdserver=website
user=maquser
pass=lalala
When I change
bdname=/apm/bd/maq
then I got the following error:
java.sql.SQLException: Server does not support GLS variables DB_LOCALE, CLIENT_LOCALE or GL_DATE.
Regards