Posted by: Oliver <oli...@demus-online.de>
Hello,
I am trying to connect to a database via VBA.
This is my connection string:
Set dbNorthwind = OpenDatabase("MYDB", False, False,
"ODBC;DSN=SQLBase;UID=sysadm;PWD=sysadm")
When I run this command, it comes up with a login window to the DB.
Can anybody tell me, on how I can avoid this window?
Thanks in advance,
Oliver