CSV Files

Milliez

New member
Joined
May 14, 2021
Messages
1
Programming Experience
1-3
How do I load a csv file into a datagrid, using n-tier architecture.
 
The same way you would load data from a database into a datagrid using an n-tier architecture. Nobody said that the data layer needs to be backed by a relational database. The data layer could be flat file, a delimited file, XML, JSON, NoSQL, a network pipe, etc.
 
Back
Top Bottom