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
lim
NA
16
0
Not able to connect to Access Database
Jan 24 2006 2:20 AM
Dear All,
I had encountered problem when I set a password in the Access database. It throws an exception.
The connection string that I used is
conn.ConnectionString =
"Provider=Microsoft.Jet.OLEDB.4.0;"
+
"User Id=;Password=123;" +
@"Data source= C:\\abc\\Login.mdb"
;
But when I removed the database password, it was able to connect.
The database is situated in c:\abc\Login.mdb.
Thanks
Reply
Answers (
1
)
Using SQLDMO to list available SQL Server 2000 DBs
Syntax Error in INSERT INTO statement