Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Database creation


1 reply to this topic

magicien

magicien
  • Members
  • 12 posts

Posted 07 December 2001 - 10:55

I made a msi project where i install MSDE using the merge modules, then i want to create a database launching a script .sql.
Do I have to reboot ?? if yes how to do ?
Is there another way to create the database ?

funkmusha

funkmusha
  • Members
  • 3 posts

Posted 22 February 2002 - 18:17

I did it with two vbscripts.  One to create the database and the other to create and update the tables.  To create the database I used SQL-DMO.  I used ADO to create and update the tables.