Quantcast
Channel: ASP.NET Core
Viewing all articles
Browse latest Browse all 9386

How to import file csv in Sql Server with ASP.NET Core 1.1 MVC ...

$
0
0

Hello everyone, I am developing with ASP.NET MVC 1.1 Core and I need to import csv files into SQL Server,
it would seem that ADO.NET can not use more or better data structures like "DataTable" and "DataRow" no longer seem 
recognized even if I included the "libraries using System.Data;", "Using System.Data.Common;" and "using System.Data.SqlClient;".If you confirmed me thatI canno longer useAdo.Net(ieDatatableandDataRow) direct mehow to developthe importofcsvinSqlServer?


Viewing all articles
Browse latest Browse all 9386

Trending Articles