Hi,
I tried to import a csv file in to a database and to view it in a grid view(visual studio 2015) and also to modify the same by using C#.I done it succesfully. But I have a csv file which will update automatically by accessing udp data transfer. How to import
such a auto updating csv file to the database (mysql workbench) and to view & to modify the same. Please give me your suggestions.
> We are not making use of any server for the same.