Browse by Tags

All Tags » blackpearl » SQLUM » authentication   (RSS)
Sorry, but there are no more tags available to filter with.
  • Re: Authenticating against SQLUM

    ConnectionSetup connSetup = new ConnectionSetup(); connSetup.ConnectionString = string.Format(''Integrated=False;IsPrimaryLogin=True; Authenticate=True;EncryptedPassword=False; Host={0};Port=5252;SecurityLabelName=K2SQL; UserID={1};Password={2};'', server,tbUserID.Text, tbPassword.Text);   conn.Open(connSetup);
    Posted to General (Forum) by DavidL on March 4, 2008