Hello,

We have a csv file from another source that we read in using the ADO object. A problem has occured where the ADO is reading in the first few records of song titles as numbers and then not allowing us to read in later records that are obviously going to be strings.

Does anyone know how we can force the ADO to take all fields in as string and not auto assign field types to numeric values only?

Thanks