P
Peter Nunez
I have created a routine that automates importing data
files into my database. It uses the DoCmd with
transfertext. This works fine but I would rather use
ADO. I have some code but I need a little extra. Using
the advance option on the above import wizard I have saved
a file specification. The most important thing is that
the delimiter is a pipe character. ADO requires a schema
ini file that duplicates the file spec. Can I export my
saved file spec file and use as an ado schema file? How
do I find out what the parameters / options are for the
schema ini file or at leasdt some examples?
Thanks, Peter
files into my database. It uses the DoCmd with
transfertext. This works fine but I would rather use
ADO. I have some code but I need a little extra. Using
the advance option on the above import wizard I have saved
a file specification. The most important thing is that
the delimiter is a pipe character. ADO requires a schema
ini file that duplicates the file spec. Can I export my
saved file spec file and use as an ado schema file? How
do I find out what the parameters / options are for the
schema ini file or at leasdt some examples?
Thanks, Peter