M
Mika M
I've made application using C# 2005, which uses customer's SQL Server
2005. Application is working fine when user has administrator rights,
but application fails to connect to database when Windows XP user level
is normal user. I can't understand why normal users can't get
application to work, because ConnectionString is the same in both cases.
ConnectionString is like...
Data Source=MYSERVER\MYINSTANCE;Initial Catalog=MYDB;Persist Security
Info=True;User ID=MYUSER;Password=MYPASSWORD
My customer's computers are using same WORKGROUP - ie. no domain at all.
Any suggestions?
2005. Application is working fine when user has administrator rights,
but application fails to connect to database when Windows XP user level
is normal user. I can't understand why normal users can't get
application to work, because ConnectionString is the same in both cases.
ConnectionString is like...
Data Source=MYSERVER\MYINSTANCE;Initial Catalog=MYDB;Persist Security
Info=True;User ID=MYUSER;Password=MYPASSWORD
My customer's computers are using same WORKGROUP - ie. no domain at all.
Any suggestions?