1
Answer

Creating mssql database inside my programs code.

Arkadi

Arkadi

14y
2.3k
1
Hello,
I am writing a C# program which should hold a big list of contacts in an mssql database. I need to create a new mssql 2008 database if it doesn't already exist and then use it.
Is there a function that I can call to create a new database?
Thanks in advance.
Answers (1)