Export Tables in a new MS-Access file

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
nuntio2000

Export Tables in a new MS-Access file

Post by nuntio2000 » Tue 16 Nov 2004 11:44

Hi,
what is the best and easy practise to export a table in a new .mdb file?

Thanks,
Nunzio

Oleg
Devart Team
Posts: 264
Joined: Thu 28 Oct 2004 13:56

Re: Export Tables in a new MS-Access file

Post by Oleg » Tue 16 Nov 2004 14:57

You can read data using MySqlDataReader from MySQL data source and insert into MS-Access using OleDb components.

Post Reply