I have a comma delimitted text file I want to read with ADO (put into a recordset)
Is this possible?
Thanks!
Printable View
I have a comma delimitted text file I want to read with ADO (put into a recordset)
Is this possible?
Thanks!
surely it can. you can parse the text file...create a dynamic recordset and load the
various elements of the parsed string into the recordset.
Ted Young wrote:
> I have a comma delimitted text file I want to read with ADO (put into a recordset)
>
> Is this possible?
>
> Thanks!