Ado.Net and Access

  • Thread starter Thread starter Ferdinand Zaubzer
  • Start date Start date
F

Ferdinand Zaubzer

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
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top