Login   /   Register

Create a New JET Database

Rate this article
     1 votes, average: 2 out of 51 votes, average: 2 out of 51 votes, average: 2 out of 51 votes, average: 2 out of 51 votes, average: 2 out of 5
Loading ... Loading ...
April 1st, 2008 by daniva

The following code demonstrates how to create a new database named New_db.mdb.

Set oConn = CreateObject( "ADOX.Catalog" )
 
oConn.Create "Provider = Microsoft.Jet.OLEDB.4.0; " & _
        "Data Source = new_db.mdb"

Posted in ADODB

One Response to “Create a New JET Database”

  1. sanganagaraju Says:

Leave a Reply

You must be logged in to post a comment.

This article was viewed 441 times