Question regarding new database
Hi,
I have form, it contains many text boxes.
Whatever the data user enters in textboxes, i should export it into a new database with a name XYZ.
The final project, i should deploy into another computer which has sql server.
Here is my doubt:
Can i create a new database dynamically with name XYZ?
If the SQL sever has the XYZ database than i should enter values into the rows only.
It means that When ever my exe file is ideployed in any computer, First time it should create a database name called XYZ.
Give me some idea.
Darma