VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Create a blank Access database in 2 lines of code.

by Brandon (46 Submissions)
Category: Miscellaneous
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Wed 28th September 2005
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Create a blank Access database in 2 lines of code.

API Declarations


Dim db As Database

Rate Create a blank Access database in 2 lines of code.



Set db = ws.CreateDatabase("C:\db1.mdb", dbLangGeneral) 'create database from workspace

Download this snippet    Add to My Saved Code

Create a blank Access database in 2 lines of code. Comments

No comments have been posted about Create a blank Access database in 2 lines of code.. Why not be the first to post a comment about Create a blank Access database in 2 lines of code..

Post your comment

Subject:
Message:
0/1000 characters