T
trivender
Hi,
I am developing a web application in ASP.NEt (VB.net) which runs on SQL
server as a backend database. I want to create a standalone database
creation utility (not web based). The database creation utility should
be a standalone EXE file which can be executed to create a new
database, obviously the user will have to specify certain parameters
like database name, database servername, DBuserId , password etc..
etc..
Currently I have loads of SQL scripts which I have to run using query
analyser to create the SQL database. I am looking for a way so that I
can reuse my SQL scripts from my database creation utility but I have
to only ship the EXE file to the customer none of the SQL scripts. Is
there a way to embed the SQL scripts in a windows application (VB.net)
and run them. I though of using Databaseprojects in VB.Net but they
don't seem to help me in what I am trying to do.
Regards,
Triv
I am developing a web application in ASP.NEt (VB.net) which runs on SQL
server as a backend database. I want to create a standalone database
creation utility (not web based). The database creation utility should
be a standalone EXE file which can be executed to create a new
database, obviously the user will have to specify certain parameters
like database name, database servername, DBuserId , password etc..
etc..
Currently I have loads of SQL scripts which I have to run using query
analyser to create the SQL database. I am looking for a way so that I
can reuse my SQL scripts from my database creation utility but I have
to only ship the EXE file to the customer none of the SQL scripts. Is
there a way to embed the SQL scripts in a windows application (VB.net)
and run them. I though of using Databaseprojects in VB.Net but they
don't seem to help me in what I am trying to do.
Regards,
Triv