PDA

Click to See Complete Forum and Search --> : Easy Question..


Corrupt Security
Aug 23rd, 2000, 12:13 PM
Hi. I need to connect to a password-protected Access file using a Data Control. How can I do that?
Thanks a lot
C.S

parksie
Aug 23rd, 2000, 01:17 PM
Try:

Data1.Connect = ";pwd=password"

It may need a slight change for different DB scenarios, though.