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
Vincent Bruce
NA
10
0
Mysql connection problem in vb net
Jul 25 2010 12:51 PM
Hi all,
i have been reading tutorials and used example source codes none of which has solved my problem.
i have used a code which brings out errors which i cant figure out the problem.
Imports
System.Data.Odbc
Imports
System.Data.OleDb
Imports
mysql.Data.MySqlClient
but
Mysql.Data.MysqlClient
is underlined and says that
'Mysql.Data.MysqlClient'
doesnt contain any public member or cannot be found.
could anybody tell me where the problems is and all references i need to add to my project for it to work.
i have installed mysql driver 5.1
Reply
Answers (
1
)
How to clints connection to sqlserver
Import data from datagrid to database table.