Results 1 to 1 of 1

Thread: Database - Windows Authentication with Pocket PC's

  1. #1

    Thread Starter
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 2004
    Location
    Connecticut
    Posts
    18,263

    Database - Windows Authentication with Pocket PC's

    When using a Pocket PC to connect to a network SQL server you can specify both INTEGRATED SECURITY=SSPI along with User Id=abc and Password=xyz.

    Since the Pocket PC does not authenticate to the domain when docked - using this method in a connection string will allow you to actually authenticate when connecting to the database on the domain.

    See this MSDN article for details:

    http://msdn2.microsoft.com/en-us/lib...3(SQL.80).aspx
    Last edited by szlamany; Apr 4th, 2007 at 06:23 PM.

    *** Read the sticky in the DB forum about how to get your question answered quickly!! ***

    Please remember to rate posts! Rate any post you find helpful - even in old threads! Use the link to the left - "Rate this Post".

    Some Informative Links:
    [ SQL Rules to Live By ] [ Reserved SQL keywords ] [ When to use INDEX HINTS! ] [ Passing Multi-item Parameters to STORED PROCEDURES ]
    [ Solution to non-domain Windows Authentication ] [ Crazy things we do to shrink log files ] [ SQL 2005 Features ] [ Loading Pictures from DB ]

    MS MVP 2006, 2007, 2008

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width