How import file csv or excel to database

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Post Reply
mah2563
User
Posts: 5

How import file csv or excel to database

Post by mah2563 »

Hello
I want to ask, how to can import file csv or excel to database?
asp.net maker 2018 does not have a feature to import to the database.
How create custom view for import file excel?


Webmaster
User
Posts: 9427

Post by Webmaster »

Currently there is no such feature in ASP.NET Maker. You should use the corresponding Import/Export features of the database engine (SQL Server Management Studio for Microsoft SQL Server) to perform the import.


Post Reply