I want to connect to MySql database through windows forms application. I will be inserting bulk data into my MySql database once in a day and thereafter will be inserting only what the user selects.
What is better:
1) direct connection to MySql database through c#
2) php files which takes json data and inserts the data
What now follows is only my strong love for a better approach. The geeks out there I want answer for this:
Which is a better practice, considering a) Security reasons b) Maintenance reasons c) Architecture reasons
Thanks in Advance!! Cheers!!!