create sql database
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
dear friends I have developed an application, when the user clicks on create new file the it should create a sql2005 database file with the user defined name? how should i achive it thanx Taher
-
dear friends I have developed an application, when the user clicks on create new file the it should create a sql2005 database file with the user defined name? how should i achive it thanx Taher
Use the
CREATE DATABASE MyDbName
SQL statement.