How to create database with needed data script in windows application set up

See more: C#4.0
How to create database with needed data script in windows application set up...I want to do so on running a setup file where a window to enter db name etc msut come and then user clicks and creates the script and application continues..Please provide a sample pjt illustrating the fact...

Do you know SQL (Structured Query Language)? If not, then you need to read a tutorial -- there are lots of free tutorials, just google for them.

If you already know SQL, then use CREATE DATABASE sql command. Here is a basic outline of how to do that.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.