D
Dan
I have a c# app accessing some data in a workstation via MSDE 2000; when
executing my application under systems with WinXP I can connect to my
database using integrated security (integrated security=SSPI in connection
string), but when I try to execute the same application under a WinME
machine with MSDE 2000 installed, I get the error:
"Login failed for user '(null)'. Reason: not associated with a trusted
SQL server connection"
(the WinME user logs onto the system with its user name and password, as
WinXP users do). How can I solve this configuration issue? Should I change
the MSDE configuration (how? there is no graphical UI for MSDE...), or
modify my connection string? The full connection string I'm using now looks
like:
"data source=TheServer;initial catalog=TheCatalog;integrated
security=SSPI;persist security info=False;packet size=4096"
Thanx to all!
executing my application under systems with WinXP I can connect to my
database using integrated security (integrated security=SSPI in connection
string), but when I try to execute the same application under a WinME
machine with MSDE 2000 installed, I get the error:
"Login failed for user '(null)'. Reason: not associated with a trusted
SQL server connection"
(the WinME user logs onto the system with its user name and password, as
WinXP users do). How can I solve this configuration issue? Should I change
the MSDE configuration (how? there is no graphical UI for MSDE...), or
modify my connection string? The full connection string I'm using now looks
like:
"data source=TheServer;initial catalog=TheCatalog;integrated
security=SSPI;persist security info=False;packet size=4096"
Thanx to all!