All Questions
2 questions
2
votes
3
answers
2k
views
Connection to MySQL database
I'd created a C# class to connect to a MySQL database (Connection.cs) and a separate class for the user validation (User.cs).
Connection.cs
...
0
votes
2
answers
8k
views
Connecting to a MySQL database with C#
Can anyone help me with checking this code? It is for connecting to a database. The method getFromDatabase is to take values from the database and put it to a ...