Connection string user ID changes to (null)
From: JH Higgins (JHHiggins_at_discussions.microsoft.com)
Date: 01/21/05
- Next message: Pete: "How is .net generating extra bits in MD5?"
- Previous message: Nicole Calinoiu: "Re: sn -tp mykeys.snk fails with Bad version of provider"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Fri, 21 Jan 2005 10:25:06 -0800
I've built a distributed application with a windows form in visual
studio.net. The windows form connects to a SQL server instance running on
windows server 2000 and appends records to a SQL database using ado.net.
If I log in and run the app my self the connection object works just fine.
If other users log in no connection to the SQL data provider can be
established. System Error message is "User ID ('null') is not a valid SQL
login"
My connect string = Integrated Security=SSPI;Persist Security
Info=False;Initial Catalog=GSRRC;Data
Source=DMSSURG1;uid=vbdotnet1;pwd=passvbdotnet1;Packet Size=4096
Why is the connection string correct for me but get's corrupted if others
are logged in?
Any help greatly appreciated
JH Higgins
- Next message: Pete: "How is .net generating extra bits in MD5?"
- Previous message: Nicole Calinoiu: "Re: sn -tp mykeys.snk fails with Bad version of provider"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|