|
-
Mar 15th, 2010, 07:49 AM
#1
Thread Starter
Member
[RESOLVED] Variable in Connection String
My program asks the user for the location of the database and stores the location in the variable "filename"
I then have this:
Dim ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & filename
but apparently I can't do that. What am I missing here?
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
|