Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 681519
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T01:29:33+00:00 2026-05-14T01:29:33+00:00

I have made a registration program. Making use of mysql database. Can I still

  • 0
  1. I have made a registration program. Making use of mysql database. Can I still use the traditional programming for client applications. If I want to network it. Do I have to modify the codes a little in order to make it work?

-Please enlighten me, I’m just a beginner. I don’t have any idea on how this works. Do I have to install wampserver only in one computer?

I’m using visual studio 2008. Win forms to be exact.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-14T01:29:33+00:00Added an answer on May 14, 2026 at 1:29 am

    There’s really no difference between using a mySQL database and a SQL Server or Oracle database for Windows Forms programming.

    To connect to your mySQL database during development, you will need to download and install the MySQL .Net Connector on your development PC. Once you’ve referenced the MySql.Data DLL in your WinForms project, you can then use the MySql database classes to retrieve data:

    string MyConString = "SERVER=localhost;" +
        "DATABASE=mydatabase;" +
        "UID=testuser;" +
        "PASSWORD=testpassword;";
    MySqlConnection connection = new MySqlConnection(MyConString);
    MySqlCommand command = connection.CreateCommand();
    MySqlDataReader Reader;
    command.CommandText = "select * from databaseTable";
    connection.Open();
    Reader = command.ExecuteReader();
    

    etc..

    You will need to install mySQL server on a database server somewhere – one way to do this is indeed using wampServer (although it’s a bit heavier than you really need – you definitely don’t need Apache or PHP, although I guess phpMyAdmin is a good way to manage your mySQL database). Either way, you’ll probably just want one central database on a single server, so you’d just install wamp there.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have made a custom UserControl i Vb.net (windows application). How can I add
I have made a program in c and wanted to see, how much memory
I have made customized user registration page. and i have made that on theme
I have made a custom node type for event registration. I have used themes
I have made a function to convert a textbox value to date. I want
I have made use of several web based minifiers that have worked for me
I have made a SVG image, or more like mini application, for viewing graphs
I have made some code which exports some details of a journal article to
I have made a little app for signing up for an event. User input
I have made a new windows service which works fine using barebone code (just

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.