Click here to Skip to main content
15,894,180 members
Home / Discussions / C#
   

C#

 
Questionp/invoke _stat Pin
DanielWehrle19-Jan-11 5:16
DanielWehrle19-Jan-11 5:16 
AnswerRe: p/invoke _stat Pin
Richard MacCutchan19-Jan-11 5:53
mveRichard MacCutchan19-Jan-11 5:53 
GeneralRe: p/invoke _stat Pin
DanielWehrle19-Jan-11 20:37
DanielWehrle19-Jan-11 20:37 
GeneralRe: p/invoke _stat Pin
Richard MacCutchan19-Jan-11 21:32
mveRichard MacCutchan19-Jan-11 21:32 
GeneralRe: p/invoke _stat Pin
DanielWehrle19-Jan-11 21:44
DanielWehrle19-Jan-11 21:44 
GeneralRe: p/invoke _stat Pin
DanielWehrle20-Jan-11 0:05
DanielWehrle20-Jan-11 0:05 
GeneralRe: p/invoke _stat Pin
Tony Richards20-Jan-11 0:42
Tony Richards20-Jan-11 0:42 
GeneralRe: p/invoke _stat Pin
DanielWehrle20-Jan-11 1:35
DanielWehrle20-Jan-11 1:35 
GeneralRe: p/invoke _stat Pin
Richard MacCutchan20-Jan-11 1:27
mveRichard MacCutchan20-Jan-11 1:27 
GeneralRe: p/invoke _stat Pin
DanielWehrle20-Jan-11 1:47
DanielWehrle20-Jan-11 1:47 
GeneralRe: p/invoke _stat Pin
Richard MacCutchan20-Jan-11 3:50
mveRichard MacCutchan20-Jan-11 3:50 
GeneralRe: p/invoke _stat Pin
Richard MacCutchan20-Jan-11 7:14
mveRichard MacCutchan20-Jan-11 7:14 
GeneralRe: p/invoke _stat Pin
DanielWehrle20-Jan-11 20:29
DanielWehrle20-Jan-11 20:29 
GeneralRe: p/invoke _stat Pin
Richard MacCutchan20-Jan-11 21:31
mveRichard MacCutchan20-Jan-11 21:31 
QuestionProgramming Scanner Hardware Pin
RobScripta19-Jan-11 4:43
professionalRobScripta19-Jan-11 4:43 
AnswerRe: Programming Scanner Hardware Pin
Richard MacCutchan19-Jan-11 5:15
mveRichard MacCutchan19-Jan-11 5:15 
GeneralRe: Programming Scanner Hardware Pin
RobScripta19-Jan-11 5:27
professionalRobScripta19-Jan-11 5:27 
GeneralRe: Programming Scanner Hardware Pin
Richard MacCutchan19-Jan-11 5:44
mveRichard MacCutchan19-Jan-11 5:44 
GeneralRe: Programming Scanner Hardware Pin
RobScripta20-Jan-11 1:06
professionalRobScripta20-Jan-11 1:06 
GeneralRe: Programming Scanner Hardware Pin
Richard MacCutchan20-Jan-11 1:39
mveRichard MacCutchan20-Jan-11 1:39 
QuestionResourse file and axWindowsMediaPlayer(C#) Pin
Maximys19-Jan-11 2:45
Maximys19-Jan-11 2:45 
AnswerRe: Resourse file and axWindowsMediaPlayer(C#) Pin
RaviRanjanKr20-Jan-11 17:33
professionalRaviRanjanKr20-Jan-11 17:33 
Questionconnectionstring to sqlexpress 2005 Pin
arkiboys19-Jan-11 1:53
arkiboys19-Jan-11 1:53 
I am unable to connect to the sql2005express on my laptop
The error I get is:
login failed for user 'UserA'. the user is not associated with a trusted sql server connection

Note that sql server is set for both windows and sql authentication modes.
UserA is created in the login to have access to the database "DBName"

Data Source=.\SQLEXPRESS;Initial Catalog=DBname;User Id=UserA;Password=password

If I use the following connectionstring then it works fine

Data Source=LAPTOPName;Initial Catalog=DBname;IntegratedSecurity=True

Note that I get the Same error when connecting to the sqlexpress instance using sql server management studio and the username password combination

Question:
How can I connect successfully to sqlExpress in my laptop please?

Thanks
AnswerRe: connectionstring to sqlexpress 2005 Pin
Hiren solanki19-Jan-11 2:05
Hiren solanki19-Jan-11 2:05 
GeneralRe: connectionstring to sqlexpress 2005 Pin
arkiboys19-Jan-11 2:14
arkiboys19-Jan-11 2:14 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.