![Code Absorb](/img/default-banner.jpg)
- 1
- 25 739
Code Absorb
United Kingdom
เข้าร่วมเมื่อ 2 ธ.ค. 2019
How to Import CSV Data to a Database Using C#
In this video we will show you how to import csv data to a database using C#.
In this video we will cover; what a CSV is, creating an SQL database, using C# StreamReader to read in a CSV file and inserting CSV data into an SQL database using SQL Commands.
The code files and CSV for this project can be found on our github:
github.com/codeabsorb/CSV-Import-to-Database-Csharp
Make sure you visit programminglog.com for more C# tutorials.
In this video we will cover; what a CSV is, creating an SQL database, using C# StreamReader to read in a CSV file and inserting CSV data into an SQL database using SQL Commands.
The code files and CSV for this project can be found on our github:
github.com/codeabsorb/CSV-Import-to-Database-Csharp
Make sure you visit programminglog.com for more C# tutorials.
มุมมอง: 25 742
I usually write a readline before the while loop. You won't need the if statement. Love the video!
Great job, awesome just what I nedded!😀
the best tutorial video ever, very clear and concise, easy to understand, looking forward to your next video. thank you.
Error show date column in CSV file import please share solution
Thank you Sir. Excellent video. This is precisely what I was looking for.
Clear and concise. Nothing super complex, someone with hardly any experience programming could understand this easily.
Its not connecting to my db pls tell me wht should i write there (╥﹏╥)
Omg thx alot i have been looking for this video i was really confused hw to start where to write code n db connection this helped me ...
how to remove the duplicates in my database please ? because everytime i execute the application , it inserts again into the table
while creating a table use distinct keyword and primary key
Awesome video that helped me a lot
Great first video!