Login   /   Register

Create a New JET Database

Rate this article
     2 votes, average: 3 out of 52 votes, average: 3 out of 52 votes, average: 3 out of 52 votes, average: 3 out of 52 votes, average: 3 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

2 Responses to “Create a New JET Database”

  1. sanganagaraju Says:

  2. 22081981 Says:

    [-]

    Need to connect to postgres database…

    iam trying with same necessary credentails..

Leave a Reply

You must be logged in to post a comment.

This article was viewed 793 times