|
 |
ado_dotnet thread: Creating MDB Databases using ADO.NET
Message #1 by "Rami Kudmani" <rami2k@p...> on Sat, 25 May 2002 16:46:55
|
|
I used to create my Access Databases using ADO (Catalog object) in my
applications, but now, i couldn't find a way to create MDB database using
ADO.NET, that means i couldn't let my application create databases
dynamicaly at run-time, and i must create them using ADO 2.x.
Is there any wat to create databases using ADO.NET ( OleDbProvider )?
Message #2 by Duane Douglas <email.lists@v...> on Sun, 26 May 2002 18:41:39 -0700
|
|
At 04:46 PM 5/25/2002 +0000, you wrote:
>I used to create my Access Databases using ADO (Catalog object) in my
>applications, but now, i couldn't find a way to create MDB database using
>ADO.NET, that means i couldn't let my application create databases
>dynamicaly at run-time, and i must create them using ADO 2.x.
>
>Is there any wat to create databases using ADO.NET ( OleDbProvider )?
afaik, ado.net doesn't permits the creation mdb files.
you could create a com component which has a method which creates mdb files
and then use .net com interop to call the method.
hth
Duane Douglas
Web Developer
mailto:ddouglas@m...
|
|
 |