Tuesday, 5 March 2019

Update MySQL Database after changing cells inside a DataGridView in C# with a HTML Server

When connecting the Form directly with the database, the changes we do in the DataGridView are done to the database as well. I want to do the same thing but while using node.js as an intermediary. I use JSON deserialised as data source.

Submitted March 05, 2019 at 01:29PM by Ionnier

No comments:

Post a Comment