Hi there.
I'm trying to validate information users enter on dialog.
This information is login & password to SQL server.
I use TestODBCConnection (TestSqlConnection from <AI_CUSTACTS>sql.dll).
I don't want to see any error messages, but independant from value which I set into property "SqlSuppressSpawnMsgBox" , the internal ODBC error messages are always shown.
What I'm doing wrong? I want to get rid of any error messages that could be shown during TestSqlConnection...