|
-
Sep 22nd, 2000, 01:14 PM
#1
I had a line of code with conneciton info to a DB hard-coded
i.e.
connection.connectstring = "DSN=DSNName;Username=USERNAME;Password=PASSWORD"
What I am trying to do is have it take the DSNNAME, USERNAME, and PASSWORD from defined variables, but it does not like the syntax. I think it looked like
blah.connectstring = "DSN=" &DSNName &";Username=" & etc...
Any idea?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|