Is there any easy way of creating a new Access file and adding a table
to this new Access file from within a c# application?
Thanks
Ferdinand

Re: Ado.Net and Access by Jim

Jim
Fri Jul 14 18:06:19 CDT 2006

The easiet way is to ship a template mdb file with the app and copy it to
the new filename.

It could also be stored as a binary resouce in the exe.

"Ferdinand Zaubzer" <ferdl@gmx.at> wrote in message
news:Oba3wI1pGHA.4368@TK2MSFTNGP05.phx.gbl...
> Is there any easy way of creating a new Access file and adding a table to
> this new Access file from within a c# application?
> Thanks
> Ferdinand