J
John
Dear Group,
I have a situation that I think might have a better solution than the one
I have been proposing.
Situation:
I am writing a VB 6 application that runs ADO against an Access 97
Database.
The client wants to upload flat files (CSV) into the Access database
programatically.
Current Approach:
- linked table to flatfile.
- Select all records and process the records into the Access Database as a
different table.
Problems:
- Client and Manager will not consider DAO for the code. Must be done in
ADO
- Files may reside at different locations from the oringinal link and client
wants the process to be automated with minimal technical setup required.
Any help would be appreciated.
John.
I have a situation that I think might have a better solution than the one
I have been proposing.
Situation:
I am writing a VB 6 application that runs ADO against an Access 97
Database.
The client wants to upload flat files (CSV) into the Access database
programatically.
Current Approach:
- linked table to flatfile.
- Select all records and process the records into the Access Database as a
different table.
Problems:
- Client and Manager will not consider DAO for the code. Must be done in
ADO
- Files may reside at different locations from the oringinal link and client
wants the process to be automated with minimal technical setup required.
Any help would be appreciated.
John.