Page 1 of 1

Export Tables in a new MS-Access file

Posted: Tue 16 Nov 2004 11:44
by nuntio2000
Hi,
what is the best and easy practise to export a table in a new .mdb file?

Thanks,
Nunzio

Re: Export Tables in a new MS-Access file

Posted: Tue 16 Nov 2004 14:57
by Oleg
You can read data using MySqlDataReader from MySQL data source and insert into MS-Access using OleDb components.