HG&C 0 Newbie Poster

I have a C# WCF Ajax service with an OperationContract that accepts a string of text that is expected to be CSV.

I have written most of a CSV parser for this, but I would like to possibly use OLEDB to parse this string. Is this possible?

I would rather not save this file to disk and then parse it.

Any ideas on how to make the OLEDB connection to a string in RAM?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.