Dear Cletus Van Damme,
You are so quick, unbelievable, thanks you so so much, I am greatly
appreciated. I am kind of know how to do with ADOX, but I would like to
learn how to do straight like CREATE DATABASE command, some thing like that
and also, I would like to try out OleDbCommand, OleDbDataAdapter, etc; Take
care and have a nice day...
"Cletus Van Damme" <cl****@iforgot.com> wrote in message
news:ep**************@TK2MSFTNGP10.phx.gbl...
"cql90" <cq***@yahoo.com> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl... Hi all PRO,
I don't know how to create the MSAccess database in the runtime with C#,
Are there any body know how to do this? I am pretty sure that all of you
know how to do it, except me :( . Thanks you so much in advance, I am
deeply appreciated for your help. Take care and have a good one...
Kate
If you want to create the database at runtime, you can do this via the
ADOX com library. Search this group to find code examples of this is
done. An alternative is to create the database at design time, embed the
.mdb database file as a resource in your assembly and extract it at
runtime. I used this approach on a recent project and it worked quite
well. If you need code examples of how this is done, I'd be happy to post
one.
CVD