Creat Access DB file!

  • Thread starter Thread starter Zamolxe
  • Start date Start date
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\?
 
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...
 
Back
Top