Page 1 of 1
Windows Form Database Connection
Posted: Sun 08 Feb 2009 22:08
by tundewonder
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.
Posted: Mon 09 Feb 2009 09:28
by Shalex
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.
Posted: Mon 09 Feb 2009 16:03
by tundewonder
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.
Posted: Tue 10 Feb 2009 09:22
by Shalex
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.