Hi,
I am trying to create an installer which will:
Show a SQL Connection dialog (I have managed to sort this)
Change the SQL string based on trusted connection or not (I have managed to do this)
Show a list of available SQL Servers (I have managed to do this)
Test the created SQL Connection string (I have managed to do this)
Run SQL Scripts after creating the Database if it does not exist
The problem I have is that when I use SqlServerBrowseListBox, it works perfectly fine when it is testing the sql connection however it does not work when i user the same SqlServerBrowseListBox property when connecting to run SQL scripts and create the database.
Jason