Do anyone knows how would it possible for me to Create a Microsoft Acccess database (*.mdb) manually using vb.net?
what i mean is, is that possible to create a new mdb file during runtime....
Printable View
Do anyone knows how would it possible for me to Create a Microsoft Acccess database (*.mdb) manually using vb.net?
what i mean is, is that possible to create a new mdb file during runtime....
Not by ADO.NET, but its possible by using ADOX.
Look at this article in MSDN:
http://support.microsoft.com/default...;EN-US;Q317867