I have a VB project that I need to append records to an existing Jet table. The data comes from an ASCII comma delimited file and contains data extracted from a mini computer's database. In xBase I would use:

USE TargetFile
APPEND from SourceFile.txt delimited

And I would be done. However, it is apparently not so simple in VB. I cannot use the Import Wizard in Access since this feature really needs to be embedded in the VB executable.

Any help would be greatly appreciated!


***
* J. J. Campbell
* Alexandria, Virginia
* Police Department
* MailTo:[email protected]
***