I need to create an empty .mdb file, so that I can then run ADO commands on it (not ADO.NET). Is there a way to create an empty mdb using ADO?
|
|
|
|
|
|
|
Here are some code snippets that work:
|
||
|
|
|
In case "not ADO.NET" implies "not .NET", here's Corey Trager's code re-written as VBA:
|
||
|
|
|
|
Not sure about creating it directly via ADO, but if Access is installed on the machine you could use Access to create the file via COM. below is an early and late bound example. Both methods have their advantages / disadvantages.
|
||
|
|
