Q: Including a MS.SQL Database in the setup project.

  • Thread starter Thread starter Visual Systems AB \(Martin Arvidsson\)
  • Start date Start date
V

Visual Systems AB \(Martin Arvidsson\)

Hi, first of all, sorry if this is the wrong NG that this is posted in.
There are so many groups that i don't know wich to put it in...

I have created a setup project with the wizard, tested it, and it worked out
just fine.

Now i want to add, my SQL database to that, how do i do that?

Regards

Martin Arvidsson
 
I would generate the create SQL script and create the database on the target
system. You can optionally add the data to the script as well.
 
Hi!

Thanx for reply, It was easy to create the SQL Srcipt, that will create the
DB, BUT,
how can i execute the script from the setupfile, or do I have to execute it
on the server, if so
how do i do that?

I am kind of new to this, but will learn :D

Regards
Martin Arvidsson
 
Back
Top