Windows Form Database Connection

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
tundewonder
Posts: 2
Joined: Sun 08 Feb 2009 21:50

Windows Form Database Connection

Post by tundewonder » Sun 08 Feb 2009 22:08

Hello,

I'm a newbie to this forum and database. I created a windows form project (http://www.afritelly.org/images/stories/encoder.jpg) and when I click on play button, I want Eaddress# and port # data save automatically on Database that is on my website. I don't know if I can use dot connection for handles connection strings in my application.

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Post by Shalex » Mon 09 Feb 2009 09:28

Please explain more clearly what you need.
1. What is "Eaddress" in your application (give us an example) and how do you want to get it?
2. What do you mean saying "using dotConnect for MySQL for handling connection strings in my application"?

You can use dotConnect for MySQL as a data provider to connect to your MySQL database.

tundewonder
Posts: 2
Joined: Sun 08 Feb 2009 21:50

Post by tundewonder » Mon 09 Feb 2009 16:03

Shalex wrote:Please explain more clearly what you need.
1. What is "Eaddress" in your application (give us an example) and how do you want to get it?
2. What do you mean saying "using dotConnect for MySQL for handling connection strings in my application"?

You can use dotConnect for MySQL as a data provider to connect to your MySQL database.
1. The Eaddress mean IP address, I want it to be save on MYSQL database.

2. Hów should I use MYSQLconnection in my application.

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Post by Shalex » Tue 10 Feb 2009 09:22

Please refer to our online documentation: http://www.devart.com/dotconnect/mysql/docs/ . You will find the Tutorials section there. Please go through the Logging Onto The Server, Creating Database Objects and Inserting Data Into Tables tutorials.

Post Reply