Click here to Skip to main content
15,886,067 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hey, I've been practicing C# for a couple of weeks and it's going good but I'm trying to implement a SQL database and it just confuses the crap out of me.

I've created a windows form app that acts as a banking system, I've created a form that generates an account number and PIN number for you, then when you click submit it's meant to add that to a database in MySQL.

After that you will be redirected to the login page, where you will have to login with Account Number and PIN Number that was just generated for you and added into the MySQL database.

I know it's a lot to ask for and even a couple of tutorials would help, including the basics of getting started with MySQL cause it's really new to me ^^'
Posted
Comments
josephbhaskar 23-Dec-13 6:19am    
Are you looking for complete code? Or are you struck at any logic implementation?
As you are learning, I suggest you to start coding and comeback if u r struck somewhere.

1 solution

If you are looking for some tutorial on using mysql with c#, then check this out:
www.codeproject.com/Articles/43438/Connect-C-to-MySQL[^]
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900