Menu

#6 Only uses Guest

open
nobody
5
2003-04-21
2003-04-21
Larry Lowry
No

In using version 0.2.1206.24601 I tried to connect to my
SQL Srv 2000 box. I use SQL Authentication and as
such filled in the login (sa) and password. Where this
worked in prior versions I now always get "Login failed
for user 'ServerName\Guest'."

Not too sure whats going on here.

Thanks for a very usefull program so far though.

Larry

Discussion

  • Davide Mauri

    Davide Mauri - 2003-04-24

    Logged In: YES
    user_id=628273

    Ouch! What a stupid bug :-( To correct it, if you can compile
    the sources, just add this line

    target.AuthenticationType = wndLoginInfo.AuthMode;

    at the line 1043 in the FormMain.cs file, just below the

    target.Password = wndLoginInfo.Password;

    line and before the

    target.Connect();

    statement.

     
  • Nobody/Anonymous

    Logged In: NO

    Thank you very much. That worked.

    FYI: Compiled this with Visual Studio .Net 2003 and it all
    seems to be fine.

     

Log in to post a comment.