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?
↧
How to import file csv in Sql Server with ASP.NET Core 1.1 MVC ...
↧