|
-
January 14th, 2000, 12:45 AM
#1
Accessing a password protected database
I have a VB application with Ms Access as the backend. The database is constantly being updated.
In order to prevent any unauthorised person from changing the database through the backend(Through Access).I have made my database password protected.The Forms through which the data is added to the database are working properly with the password .For the reporting Crystal reports are used.But Crystal reports are not able to connect to the backend if the password condition is used.
I would be highly obliged if somebody could provide a solution to htis problem.Any code would be most welcome.
Thanks
-
January 15th, 2000, 02:23 PM
#2
Re: Accessing a password protected database
The password property doesn't work for access passwords, you have to use the connect property.
ex. if your password is test the property becomes
;pwd=test
this should work with version 5 to 7
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
|