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
singhera79
NA
4
0
C# MySQL
Jan 27 2005 1:10 PM
Hi, I am trying to access the database on the server but its ending up with this error, ERROR [HYT00] [MySQL][ODBC 3.51 Driver]Can't connect to MySQL server on 'isnm.de' I have installed ODBC driver on my machine, and I can make successful connection with the datbase localy but can't with the remote databases.Do I need to install something on the server as well. Seconldy with MySql Control Center I have a successful connection to the remote database. So there has to be some problem with the code. May be the connection string is not right or .. private const string SQL_CONNECTION_STRING = "DRIVER={MySQL ODBC 3.51 Driver};SERVER=isnm.de;PORT=3306;DATABASE=***;USER=***;PASSWORD=***;OPTION=3"; Thanks for your help in this regard. Hoomdoom
Reply
Answers (
4
)
How to bind image to grid dynamically
Simple UDP socket...??