VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Create Microsoft Access Database

by jay patel (4 Submissions)
Category: Databases/Data Access/DAO/ADO
Compatability: Visual Basic 5.0
Difficulty: Unknown Difficulty
Originally Published: Thu 24th August 2000
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Create Microsoft Access Database

Rate Create Microsoft Access Database



Dim db As Database

Set ws = DBEngine.Workspaces(0)
'substitute Password with the desired password
Set db = ws.CreateDatabase("test.mdb", dbLangGeneral & ";pwd=Password")


Download this snippet    Add to My Saved Code

Create Microsoft Access Database Comments

No comments have been posted about Create Microsoft Access Database. Why not be the first to post a comment about Create Microsoft Access Database.

Post your comment

Subject:
Message:
0/1000 characters