
Exporting Access DB to DB III thru VB?
Quote:
> I am developing a VB app, in which I would like to use the flexibility of
> the Access DB, but would like to have the ability for the data to be
> exported to a DB III or IV format, so other Apps can use the data (since
> Access DB format is not widely found as an import option). Anyone have
> any ideas??
In your VB app, you would have to declare two ODBC connections. One for
Access and the other for dBase. So basically you'll be moving the data from the
Access dynaset to the dBase dynaset.
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