Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem Loading Excel File To DS
Message
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Title:
Problem Loading Excel File To DS
Miscellaneous
Thread ID:
01455268
Message ID:
01455268
Views:
94
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
Reply
Map
View

Click here to load this message in the networking platform