How to Import CSV Data to a Database Using C#

แชร์
ฝัง

ความคิดเห็น • 12

  • @codymckinney4934
    @codymckinney4934 9 หลายเดือนก่อน +1

    I usually write a readline before the while loop. You won't need the if statement.
    Love the video!

  • @quinnhogan545
    @quinnhogan545 2 ปีที่แล้ว +1

    Clear and concise. Nothing super complex, someone with hardly any experience programming could understand this easily.

  • @kaizhengoh4314
    @kaizhengoh4314 ปีที่แล้ว

    the best tutorial video ever, very clear and concise, easy to understand, looking forward to your next video. thank you.

  • @kennethcolemangreystones1994
    @kennethcolemangreystones1994 2 ปีที่แล้ว

    Thank you Sir. Excellent video. This is precisely what I was looking for.

  • @mygrof
    @mygrof ปีที่แล้ว

    Great job, awesome just what I nedded!😀

  • @animefreak507
    @animefreak507 3 ปีที่แล้ว

    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 ...

  • @JT-je9zu
    @JT-je9zu 4 ปีที่แล้ว +1

    Great first video!

  • @kesavareddy4508
    @kesavareddy4508 3 ปีที่แล้ว

    Awesome video that helped me a lot

  • @randheersingh3672
    @randheersingh3672 2 ปีที่แล้ว

    Error show date column in CSV file import please share solution

  • @asmacherifa
    @asmacherifa 3 ปีที่แล้ว

    how to remove the duplicates in my database please ? because everytime i execute the application , it inserts again into the table

    • @animefreak507
      @animefreak507 3 ปีที่แล้ว

      while creating a table use distinct keyword and primary key