
* Microsoft Text Driver as an ODBC driver
I have a flat ASCII data file that I want to feed into my VB6 program. It
is a comma-delimited (Excel-type) data file.
I set up a Microsoft Text Driver as an ODBC driver and hope to read this
flat file in using RecordSet, etc. I named its
data source name as "TextDriver". How do I then use VB6 to hook up to this
data source?
Thanks.