Try:
http://www.smithvoice.com/dbcopier.aspx
Use this program to point at an Access MDB file, and it will create all the
code necessary to recreate the database from within a VB.Net program.
Regards.
--
------------------------------------------------------------------------
George Shubin Custom Software Development
dX Software Systems Database Applications
Ph: 503-981-6806 Fax: 503-982-0120
www.dxonline.com (E-Mail Removed)
------------------------------------------------------------------------
"Rich S" <(E-Mail Removed)> wrote in message
news

179D21C-9D80-4CB2-920C-(E-Mail Removed)...
> Hello,
>
> What class do I use if I want to write a new database file for use
with OleDB? I would like this to be a Jet database file that is compatible
with MS Access.
>
> It looks like I can't execute any SQL statements without a valid
connection, but it doesn't look like I can make a connection to a database
file that doesn't yet exist!
>
> Thank you very much,
> Rich