G
Guest
All
I have an Excel worksheet (also saved as .CSV) that I need to read into a .Net dataset
Using System.Data.Oledb namespace, I can connect to either and extract data. The problem is that one column contains alphanumeric values, or which the majority are numerical in appearance. ie: "100101", "100102"..."1001AA", "1001AB"
When the data is extracted, the column comes across as numerical, and all alphanumerical values are then NULLed. Hence, I lose a good chunk of the data I need
So, how can I persuade the data to come across as Text-Only
Simon
I have an Excel worksheet (also saved as .CSV) that I need to read into a .Net dataset
Using System.Data.Oledb namespace, I can connect to either and extract data. The problem is that one column contains alphanumeric values, or which the majority are numerical in appearance. ie: "100101", "100102"..."1001AA", "1001AB"
When the data is extracted, the column comes across as numerical, and all alphanumerical values are then NULLed. Hence, I lose a good chunk of the data I need
So, how can I persuade the data to come across as Text-Only
Simon