I am working with windows form and through a dialog window with event "OpenFileDialog.OpenFile" but I have a problem since I try to read a Microsoft Project file with extension ".mpp"
Once the file is selected, it is my intention that the data within the ".mpp" file can be added to a DataSet or, failing that, stored in a SQL Server database
In if the question is: Can the data from an .mpp file be passed to a DataSet or database of SQL Server data?
Either option leaves me
Thanks for the help