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
Mohammed Gamal
NA
65
0
Open MS Access file protected with password
Mar 19 2013 6:45 AM
Hi All
i need to open A MS Access File and this file protected with a password
My Data source was "Microsoft Access Database File (OLE DB)"
my main form is a login form and after i enter the user name and password
then the form need to connect to the access file .
i face a run time error "not valid password"
private void SignIn()
{
#region Users_Region
Stock_3DataSetTableAdapters.UsersTableAdapter UsersTA = new Pricing.Stock_3DataSetTableAdapters.UsersTableAdapter();
Stock_3DataSet.UsersDataTable UsersDT = UsersTA.GetData(); // stop here
DataRow[] UsersDR = UsersDT.Select();
#endregion
Many thanks
Reply
Answers (
4
)
Reading Excel File
how to save image from webcam live video in c#