D
Dick Watson
I'm trying to replace something that was done with linked .CSV tables, link
specification, and VBA. I want to do the whole process (parsing some .CSV
with poor/inconsistent data typing and blank lines and other bad things that
break straight queries) via VBA and ADODB using the Microsoft.Jet.OLEDB.4.0
provider.
General Q: can someone point me to a one-stop source of reference-level
documentation on ADODB as accessed by the Microsoft.Jet.OLEDB.4.0 provider?
I've found lots of stuff on google on little portions of this and lots of
specific examples, but, for instance, can't seem to find a complete source
for what can be specified in the connection string for the
Microsoft.Jet.OLEDB.4.0 provider.
Specific Q: how do I replace the link specification that I can define from
the Access UI with code and/or schema.ini and/or ???
Thanks in advance for any assistance!
specification, and VBA. I want to do the whole process (parsing some .CSV
with poor/inconsistent data typing and blank lines and other bad things that
break straight queries) via VBA and ADODB using the Microsoft.Jet.OLEDB.4.0
provider.
General Q: can someone point me to a one-stop source of reference-level
documentation on ADODB as accessed by the Microsoft.Jet.OLEDB.4.0 provider?
I've found lots of stuff on google on little portions of this and lots of
specific examples, but, for instance, can't seem to find a complete source
for what can be specified in the connection string for the
Microsoft.Jet.OLEDB.4.0 provider.
Specific Q: how do I replace the link specification that I can define from
the Access UI with code and/or schema.ini and/or ???
Thanks in advance for any assistance!