TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Deepak Verma
Tech Writer
1.7k
947.8k
How to connect to Secure MS Access Database in VB.Net ?
Mar 17 2011 1:25 AM
I used the following code to connect with a Access Database :
Public
Con
As
System.Data.OleDb.OleDbConnection
=
New
System.Data.OleDb.OleDbConnection
(
"Provider=Microsoft.ACE.OLEDB.12.0;Data Source=.\\DemoDatabase.accdb"
)
It works fine.
But when I make the database secure (password protected), it doesn't connect.
username = did not asked by Access
password = dbpasscode
Please help ....
Reply
Answers (
1
)
How to find Databases with its Table value
How to compare 2 strings with int out of errors?