One line code to make new Database using Visual Basic
One line code to make new Database using Visual Basic
Rate One line code to make new Database using Visual Basic
(1(1 Vote))
conn.execute "create database [Databasename]"
conn.close
set conn= Nothing
One line code to make new Database using Visual Basic Comments
No comments yet — be the first to post one!
Post a Comment