Hi Guys,
im new to the c# language and im liking it so far. What im currently trying to do is write a windows form application so that when the user clicks on a button the application will read the csv and then import it into an MS Access database. What i can do is read the csv file using the SteamReader and displaying it on a DataGrid. I can also connect and read from the access database ok but im not quite sure how to import the data into the database.
Thanks in advance
Yem
im new to the c# language and im liking it so far. What im currently trying to do is write a windows form application so that when the user clicks on a button the application will read the csv and then import it into an MS Access database. What i can do is read the csv file using the SteamReader and displaying it on a DataGrid. I can also connect and read from the access database ok but im not quite sure how to import the data into the database.
Thanks in advance
Yem
Comment