|
-
Apr 29th, 2004, 10:58 AM
#1
Thread Starter
Member
Using access with a password.... nid help?
hi pipz,
just a simple question. how do u connect vb to a access db that has a password?
i created a db first without a password and using vb , it works. but wen i activated the security for my db. it gives me an error. could u show me how to connect my vb with access?
Thanks in advance.
-
Apr 29th, 2004, 12:50 PM
#2
PowerPoster
strcnxn = "Provider=Microsoft.Jet.OLEDB.4.0;Jet OLEDB atabase Password =fred;Data Source=C:\Techni.mdb;Jet OLEDB:Engine Type=4;"
Cnxn.Open strcnxn
-
Apr 29th, 2004, 11:20 PM
#3
Thread Starter
Member
thanks pasvorto...
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
|