cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
deepakdp
Level 3

What should be the initial setup for SQLServerSelectLogin2 dialog

I want to setup SQLServerSelectLogin2 dialog in my InstallScript project. While executing the SQLServerSelectLogin2  function, dialog is not getting populated and so g_bSQLRTInitialized = 0. What should I do as the initial setup to use SQLServerSelectLogin2. 

Labels (1)
0 Kudos
(2) Replies
roman2
Level 7

    SQLRTInitialize2 ();
    nResult = SQLServerSelectLogin2( szConnection, svServer, svUser, svPassword, bvWindowsAut, svCatalog, bShowCxnName, bShowDBCatalog );

 

Check, if you have SQL Script  in "Server Configuration\SQL Scripts" ( name in szConnection)

0 Kudos

Thanks Roman.. It worked for me..

0 Kudos