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
learner learner
NA
29
155.4k
how to connect remotely C# and Mysql ( HTTP tunneling ) using MySql Connector
Oct 25 2010 7:32 AM
The following code is used to connect C# with mysql server
connectionParam = "SERVER=" + DbServer + ";DATABASE=" + dbName + ";UID=" + uName+ ";PASSWORD=" + pass;
MySqlConnection mConnection = new MySqlConnection(connectionParam );
But what will be the code, if MySql can only be accessed through HTTP Tunneling.
Tunneling URL: http://www.xyzpqr.com/SQLyogTunnel.php
Reply
Answers (
0
)
C# .net Oracle Regular Expressions
Validation Rule - This is urgent