This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Running Sql scripts
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Nov 15, 2023
01:05 AM
Running Sql scripts
Hello,
How can I run SQL scripts by getting data from the dialog window?
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Nov 15, 2023
04:38 AM
This is a very broad question - what information are you collecting in the dialog?
Do you want to use this as a condition to run/not run the script - or to add information into the script?
Either way you can collect data from the dialog by storing it in a property. This property can then either be used as a condition or to populate part of your SQL script.
We have extensive information on how to configure SQL in our helpnet here:
https://docs.revenera.com/installshield/helplibrary/SQLServer.htm?
Using Windows Installer Properties to Dynamically Replace Strings in SQL Scripts:
https://docs.revenera.com/installshield/helplibrary/SQL-MSIProps.htm?