Jump to Real's How-to Main page

Suppress ODBC logon window

Use this ConnectOption in your DbParm :
SQLCA.DBParm="ConnectString='DSN=mydb;UID=dba;PWD=sql'," + &
             "ConnectOption='SQLDRIVER_CONNECT,SQL_DRIVER_NOPROMPT'"

If you find this article useful, consider making a small donation
to show your supportfor this Web site and its content.

Written and compiled by Réal Gagnon ©1998-2005
[ home ]