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
- :
- Why list of SQL Servers is Empty
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
‎Apr 08, 2010
07:10 AM
Why list of SQL Servers is Empty
Product is Installshield profesional 2010
I create new project InstallShield Project
i run this script.
SQLRTInitialize2();
SQLServerSelectLoginEx(databaseName, serverName, szUserName, szPassword, b);
list of SQL Servers is Empty.
when i click browse i don't see any SQL Server and local instance of SQL Server also
where is a problem ? 🙂
thank you in advance 🙂
I create new project InstallShield Project
i run this script.
SQLRTInitialize2();
SQLServerSelectLoginEx(databaseName, serverName, szUserName, szPassword, b);
list of SQL Servers is Empty.
when i click browse i don't see any SQL Server and local instance of SQL Server also
where is a problem ? 🙂
thank you in advance 🙂
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 08, 2010
09:41 AM
Please try the steps below, and see if the problem is reproducible:
[LIST=1]
Create a new InstallScript project.
Add a connection in the SQL Scripts view.
Build and run the setup.
[LIST=1]
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 09, 2010
03:56 AM
think you. all work well : )
hidenori wrote:
Please try the steps below, and see if the problem is reproducible:
[LIST=1]Create a new InstallScript project. Add a connection in the SQL Scripts view. Build and run the setup.