Video Screencast Help
Search Video Help Close Back
to help
New in the Rewards Catalog: Vouchers for "Symantec Technical Specialist" and "Symantec Certified Specialist" exams.

SQL Connection Dialog - Default to SQL Authentication

Updated: 21 May 2010 | 1 comment
ChuckF74's picture
0 0 Votes
Login to vote

Hello,

I would like to customize the SQL Connection Dialog to default to SQL Authentication.  If it's possible, I'd like to remove the two Database Authentication radio buttons and always set the property to SQL.  If it's not possible then I'd like to pre-select SQL Authentication and disable the radio buttons.  

I tried this and it didn't work (on the "Next>" button event):

  •  
  • Event: [WiseSqlParam]    ---- no change
  • Argument: WiseSqlServerName|"SQL"|WiseSqlUser|WiseSqlPass|WISE_SQL_CONN_STR  - trying to replace the WiseSqlAuth property with "SQL"
  • Condition: 1 --- no change

When I click the "Next>" button, it's causing an error because I must have the syntax wrong or something simple.  How would I change the argument?I'm new to Wise.  Thanks.

Comments

VBScab's picture
04
Nov
2009
0 Votes 0
Login to vote

No need to futz with the dialog...

...just set the WiseSqlAuth property to "SQL" before the dialog is displayed.

Don't know why 'x' happened? Want to know why 'y' happened? Use ProcMon and it will tell you.
Think about using http://www.google.com before posting.