Hi,
i will connect to a Informix DB over
VB. The Connection String is:
cnnString = "DRIVER={INFORMIX 3.30 32 BIT};DB=database;HOST=hostname;SRVR=inf_serv;SERV= pr_inf;PRO=olsoctcp;"
DataEnvironment1.Connection1.ConnectionString = cnnString
DataEnvironment1.Connection1.Open , username, password
When the username and password are correct, the connect works fine. But when username or password are bad, the ODBC-Driver display a "Informix Connect" Dialog.
This "Informix Connect"-Dialog is display before a "On Error" works.
How can i stop/hide this Dialog and use my own Error-Dialog in example: "The password is bad, bla bla ..."?
Thanks Enrico.