
June 19th, 2012, 08:08 AM
|
|
Registered User
|
|
Join Date: Jun 2012
Posts: 1
Time spent in forums: 1 h 4 m 44 sec
Reputation Power: 0
|
|
|
Connecting String Issues
NE1???
I can't seem to get this to work. It should be easy, but my mind seems to just not see the issue.
strUserDB = "UsersDB","","My_Password"
Sub OpenDB
Set strcon = Server.CreateObject("ADODB.Connection")
strCon.Open (" & strUserDB & ")
End Sub
Thanks in advance
|