CreateDatabase
-
Is there a way (a la DAO's
CreateDatabase()
) to create a new Access/Jet/OLEDB database in ADO.net? I've looked all over and just cannot locate the function anywhere. It seems from my reading that that scenario was not considered by the architects of the library. And, yes, I know I can add a reference to DAO and go that route - but was wanting to stick to all ADO.net.α.γεεκ
Fortune passes everywhere.
Duke Leto Atreides -
Is there a way (a la DAO's
CreateDatabase()
) to create a new Access/Jet/OLEDB database in ADO.net? I've looked all over and just cannot locate the function anywhere. It seems from my reading that that scenario was not considered by the architects of the library. And, yes, I know I can add a reference to DAO and go that route - but was wanting to stick to all ADO.net.α.γεεκ
Fortune passes everywhere.
Duke Leto AtreidesYou can do it with ADOX. (requires COM Interop)