VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



One line code to make new Database using Visual Basic

by Rushabh (2 Submissions)
Category: Databases/Data Access/DAO/ADO
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Tue 4th October 2005
Date Added: Mon 8th February 2021
Rating: (1 Votes)

One line code to make new Database using Visual Basic

Rate One line code to make new Database using Visual Basic



conn.execute "create database [Databasename]"
conn.close
set conn= Nothing

Download this snippet    Add to My Saved Code

One line code to make new Database using Visual Basic Comments

No comments have been posted about One line code to make new Database using Visual Basic. Why not be the first to post a comment about One line code to make new Database using Visual Basic.

Post your comment

Subject:
Message:
0/1000 characters