Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Mapping Data
Message
De
07/09/2004 21:41:15
 
 
À
03/09/2004 19:23:03
Information générale
Forum:
ASP.NET
Catégorie:
ADO.NET
Titre:
Divers
Thread ID:
00938984
Message ID:
00940153
Vues:
24
Bonnie,

Thanks for the idea. The issue is that the end user does not have the skills to translate the files into XML, and they will be the ones telling the application which files to import.

That said, I think I can still take advantage of datasets by using the OleDB provider to read in Excel and CSV files. Then I've got the data in an objectified format (I currently seem to favor objects over relational data), and I think the transformations could actually be straightforward.


Thanks for the thoughts.

David

>FWIW, if I were you, I'd just get the various file formats into XML and then use DataSets in your .NET application. That way you can utilize the DataSet.ReadXML() method. One reason I recommend this, is that it won't make any difference as to the order of the various columns because the .ReadXML() method will put them with the correct column in the DataTable.
>
>~~Bonnie
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform