Webmasters Forums

Domain Registration, Web Hosting, EMail, Webmaster Resources, Internet Marketing, Search Engine, SEO, Domainers, Domaining Forum
It is currently Sun Aug 01, 2010 12:55 am

All times are UTC




Post new topic Reply to topic  [ 3 posts ] 
Author Message
 Post subject: How do i connect a windows C# application to a remote Mysql database?
PostPosted: Fri Mar 12, 2010 10:00 pm 
Offline

Joined: Tue Jul 21, 2009 12:20 pm
Posts: 53
I'm currently connected to a local Microsoft SQL server. I'm new to windows programming and i need the code snippets to connect my windows C# application to a remote Mysql database. I have a website which is connected to my web host's Mysql database. I want to be able to connect my windows C# app. to that same data base. Need your expert advice. By the way, I'm using visual studio.


Top
 Profile  
 
 Post subject: How do i connect a windows C# application to a remote Mysql database?
PostPosted: Fri Mar 12, 2010 10:50 pm 
Offline

Joined: Sun Oct 11, 2009 3:20 pm
Posts: 34
It's the same for a remote database as local. When you set up the data source, just specify the remote server.


Top
 Profile  
 
 Post subject: How do i connect a windows C# application to a remote Mysql database?
PostPosted: Fri Mar 12, 2010 11:38 pm 
Offline

Joined: Thu Jun 25, 2009 1:53 pm
Posts: 61
You need to install the drivers to setup an ODBC connection which can be found here:

http://www.mysql.com/products/connector/

After you have the drivers installed, setup your DSN to connect to your remote mysql database. You will likely need to add your ip to the Remote Database Access Hosts depending on how the Mysql server is configured.

You will then be able to use code as follows (replace the DSN name "test" with the name you provide when creating the DSN):

using System.Data.Odbc;
OdbcConnection DbConnection = new OdbcConnection("DSN=test");
DbConnection.Open();

OdbcCommand DbCommand = DbCommand.CommandText = "SELECT * FROM TABLE";
OdbcDataReader DbReader = DbCommand.ExecuteReader();DbConnection.C…


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
cron
News News Site map Site map SitemapIndex SitemapIndex RSS Feed RSS Feed Channel list Channel list
Powered by phpBB :: Partners :: Domain Hosting | Web Directory | Buy Domain Name | Stanod Directory | Domain Reseller

phpBB SEO