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
