Answer the question
In order to leave comments, you need to log in
CRUD data management in MySQL or MSSQL in C#?
Are there instructions on how to implement CRUD data management in tables using MySQL or MSSQL? Or what's the best way to do it?
I see two options:
1 - Use data binding (DataBindings), but you need the ability to change the display, unlike DataGridView
2 - Write completely the classes for INSERT / UPDATE queries, etc. and output to the form
Example:
Answer the question
In order to leave comments, you need to log in
Write a separate class for data manipulation. Display in separate. It's better to use DataBinding. For manipulation i.e. CRUD can use EntityFramewrok.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question