Create or Export data from MDB to DBF

To export data that have been query by “SELECT … FROM” in mdb file to dbf file, you can use this sample query : SELECT * INTO [dBase IV;database=C:\].newdbf FROM bank

Follow

Get every new post delivered to your Inbox.