Creat Access DB file!

Z

Zamolxe

In my application I need to creat a new Access DB file and insert into
it some tables bla bla... but,
the insertion part is easy the createing of the file is not known so
how can I create an Access db file\?
 
M

Mark Rae

In my application I need to creat a new Access DB file and insert into
it some tables bla bla... but,
the insertion part is easy the createing of the file is not known so
how can I create an Access db file\?

You can't natively. You have two options:

1) Use InterOp and ADOX

2) Ship a blank database with your app as an embedded resource, and extract
it as and when required...
 

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

Top