Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Create a JET DatabaseContent of Create a JET Database.vbsMD5 Hash: 2A645515D43390B59687D168FE504633 |
||
' Description: Demonstration script that creates a new database named New_db.mdb.
Set objConnection = CreateObject("ADOX.Catalog") objConnection.Create _ "Provider = Microsoft.Jet.OLEDB.4.0; " & _ "Data Source = new_db.mdb" | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |