Wednesday, March 28, 2012

running a sql script

how can i run a .sql script from my asp.net project?

thanks,

jbProbably need a little more information. How big is it, how often, is it dynamic, does it take parameters, does the user enter it. Describe the scenario a little|||pdraigh,

it is a very small script. it will create a database and five tables in the database. the largest table having around 15 fields. I would like the user to be able to enter some information on the page, one of those being a database name field. then run the script and create a database with the name being passed from the database name field.

thanks,

JB|||it is a very small script. it will create a database and five tables in the database. the largest table having around 15 fields. I would like the user to be able to enter some information on the page, one of those being a database name field. then run the script and create a database with the name being passed from the database name field.

thanks,

JB

No comments:

Post a Comment