Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

sql server login dialog box

Status
Not open for further replies.

MaddogC

Programmer
Dec 4, 2003
134
GB
I am logging into Sql server via Access using the following code

Set wstemp = DBEngine.Workspaces(0)
Set dbtemp = wstemp.OpenDatabase("",False,False, "ODBC;DSN=TEST;USR=TEst;PWD=TESt")

Yet I still get the SQL Server Login box, how can I prevent this appearing?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top