Just a general question to start with...I've generated a dataset from a (messy) delimited file and I'd like to insert it into an sql table...is there a way to do that? I'm using C#. Since the file is read via webresponse I'd prefer to keep it as a stream and not write it to disk, if that's possible.
I have the C# code if anyone wants to see it.
Thanks,
Paul