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
rajeshmandot
NA
4
0
Open Connection using OLEDB
Nov 11 2004 8:58 PM
I am getting a strange error when opening a connection using c#. Here is the exception i am getting. System.Data.Oledb.Oledbexceptoion: No Error information available: 0x8007007E. at System.Data.Oledb.oledbconnection.ProcessResult32(int32hr)..... Here is the code i am using. oleDbConnectionObject.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=abc.MDB"; if(oleDbConnectionObject.State == 0) { oleDbConnectionObject.Open(); } The above routine fails while opening a connection. I think this has to do with some of the dll's but not sure which one. any help is appreciated... Rajesh.
Reply
Answers (
1
)
i am new to VS.NET can some one help me where to start
reading a dataset