|
-
December 15th, 1999, 09:58 PM
#1
ASCII Import
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]
***
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|