--
DBM Database Marketing Oy, Helsinki, FINLAND " Q: What is the opposite
Tel: +358 0 605 900, Fax: +358 0 605 991 of information? "
However, if all you're looking is to convert the Access database into the dBase
format, I think you can do an export from the Access program. dBase should
be one of the export options.
Andrew
1. Importing into an Access DB thru VB code
I create a macro in Access using TransferText action. Then in my vb I
do the following:
Set access = GetObject(gaPath) ' The database that contains the
macro'
access.DoCmd.runmacro "GET NEW APGRAW DATA" 'the name of the macro I
created'
access.QUIT
Set access = Nothing
Hope this helps.
Terry
tthomp.vcf < 1K Download |
2. Inserting XML into Related Tables
3. Converting Access 2.0 DB to Access 97 DB in VB code
5. export data from one access db to same db on another machine using vb6
6. Help! SQLPLUS keep crashing
7. Exporting Access MDB to DBF - DB via VB?
8. LVar field problem in Pervasive SQL 3.01
9. Trying to INSERT info from Access DB using VB 6.0 to SQL 6.5 DB
10. To Cláudio Avólio Rodrigues (DB III files in VB 3 Pro)
11. PDF storage and retrieval from SQL Sever DB thru VB application
12. Visual Basic App using Foxpro DB vs Access DB vs SQL Server DB
13. Accessing remote dBase III db.?