Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problem Loading Excel File To DS
Message
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Titre:
Problem Loading Excel File To DS
Divers
Thread ID:
01455268
Message ID:
01455268
Vues:
95
I posted this 2 days ago and got no response.

I'm importing an Excel file into a DS:
da.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" + FileName + ";" + "Extended Properties=Excel 8.0;";
DataSet ds = da.ExecuteQuery("select * from [New Quote$]", CommandType.Text);
When I look at the DS in the DS Browser, the Quantity columns are empty. The data is there in the Excel file.

The Quanties export to CSV, so if I had to I could force the file to a CVS, the parse the CVS, but that's alot of work.

Anyone have any thoughts on why this is happening?
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Répondre
Fil
Voir

Click here to load this message in the networking platform