L
Lloyd Dupont
I have a weird, weird problem.
I'm no longer able to access my SqlServer on my Desktop from my PocketPC!
I use simple connection string like:
"Database=northwind;Data Source=172.16.0.115;User ID=user;Pwd=pwd"
it doesn't connect anymore! (it used to connect without problem)
I just install SP2, could it be the reason?
Also in the news....
I just realize it might be possible to use integrated windows security, even
on my PocketPC.
I mean it might be possible to have a connection string wich contain not a
database User/Password, but a windows domain user/pwd and used this to knid
of connect with SSPI security.
However the desciption of SqlConnection.ConnectionString specify the
contrary and http://www.connectionstrings.com/ doesn't show me any way way
to achieve that.
Any tips?
I'm no longer able to access my SqlServer on my Desktop from my PocketPC!
I use simple connection string like:
"Database=northwind;Data Source=172.16.0.115;User ID=user;Pwd=pwd"
it doesn't connect anymore! (it used to connect without problem)
I just install SP2, could it be the reason?
Also in the news....
I just realize it might be possible to use integrated windows security, even
on my PocketPC.
I mean it might be possible to have a connection string wich contain not a
database User/Password, but a windows domain user/pwd and used this to knid
of connect with SSPI security.
However the desciption of SqlConnection.ConnectionString specify the
contrary and http://www.connectionstrings.com/ doesn't show me any way way
to achieve that.
Any tips?