Click here to Skip to main content
15,888,301 members
Home / Discussions / C#
   

C#

 
GeneralRe: Thread.Sleep is NOT evil Pin
devvvy19-Feb-13 12:41
devvvy19-Feb-13 12:41 
GeneralRe: Thread.Sleep is NOT evil Pin
BobJanova18-Feb-13 23:56
BobJanova18-Feb-13 23:56 
GeneralRe: Thread.Sleep is NOT evil Pin
Pete O'Hanlon19-Feb-13 0:02
mvePete O'Hanlon19-Feb-13 0:02 
GeneralRe: Thread.Sleep is NOT evil Pin
devvvy19-Feb-13 1:55
devvvy19-Feb-13 1:55 
AnswerRe: Thread.Sleep is NOT evil Pin
Eddy Vluggen18-Feb-13 22:32
professionalEddy Vluggen18-Feb-13 22:32 
GeneralRe: Thread.Sleep is NOT evil Pin
DaveyM6919-Feb-13 0:08
professionalDaveyM6919-Feb-13 0:08 
GeneralRe: Thread.Sleep is NOT evil Pin
devvvy19-Feb-13 1:44
devvvy19-Feb-13 1:44 
QuestionError in connection string Pin
Azza ALbelushi18-Feb-13 3:56
Azza ALbelushi18-Feb-13 3:56 
i have use this code and apply it microsoft visual studio 2012 which has its inbuilt sql server....in in this case how can i connect to the databas?

C#

conn.ConnectionString = "Provider=SQLNCLI;Data Source=(LocalDB)\v11.0;AttachDbFilename=ozeki.mdf;Integrated Security=SSPI";

this the connection string which i have used...

and it appear an error message as follow

(login time out , an error has occured while establishing aconnection to the server.when connecting to sql server2005, this fauilure may be caused by the fact that under the default setting sql server dosn't allow remote connection. named pipe, could not open a connection to sql server)

modified 18-Feb-13 11:05am.

AnswerRe: Error in connection string Pin
Deflinek18-Feb-13 4:40
Deflinek18-Feb-13 4:40 
GeneralRe: Error in connection string Pin
Azza ALbelushi18-Feb-13 4:53
Azza ALbelushi18-Feb-13 4:53 
GeneralRe: Error in connection string Pin
Deflinek18-Feb-13 22:32
Deflinek18-Feb-13 22:32 
QuestionEvil Thread.Abort and using(TransactionScope) -- what will happen? Pin
devvvy18-Feb-13 2:41
devvvy18-Feb-13 2:41 
AnswerRe: Evil Thread.Abort and using(TransactionScope) -- what will happen? Pin
BobJanova18-Feb-13 2:59
BobJanova18-Feb-13 2:59 
AnswerRe: Evil Thread.Abort and using(TransactionScope) -- what will happen? Pin
Eddy Vluggen18-Feb-13 3:01
professionalEddy Vluggen18-Feb-13 3:01 
AnswerRe: Evil Thread.Abort and using(TransactionScope) -- what will happen? Pin
Pete O'Hanlon18-Feb-13 4:51
mvePete O'Hanlon18-Feb-13 4:51 
GeneralRe: Evil Thread.Abort and using(TransactionScope) -- what will happen? Pin
devvvy18-Feb-13 5:23
devvvy18-Feb-13 5:23 
GeneralRe: Evil Thread.Abort and using(TransactionScope) -- what will happen? Pin
Pete O'Hanlon18-Feb-13 5:25
mvePete O'Hanlon18-Feb-13 5:25 
GeneralRe: Evil Thread.Abort and using(TransactionScope) -- what will happen? Pin
devvvy18-Feb-13 5:53
devvvy18-Feb-13 5:53 
GeneralRe: Evil Thread.Abort and using(TransactionScope) -- what will happen? Pin
jschell18-Feb-13 9:01
jschell18-Feb-13 9:01 
GeneralRe: Evil Thread.Abort and using(TransactionScope) -- what will happen? Pin
Pete O'Hanlon18-Feb-13 9:05
mvePete O'Hanlon18-Feb-13 9:05 
GeneralRe: Evil Thread.Abort and using(TransactionScope) -- what will happen? Pin
jschell19-Feb-13 9:00
jschell19-Feb-13 9:00 
GeneralRe: Evil Thread.Abort and using(TransactionScope) -- what will happen? Pin
Pete O'Hanlon19-Feb-13 9:22
mvePete O'Hanlon19-Feb-13 9:22 
GeneralRe: Evil Thread.Abort and using(TransactionScope) -- what will happen? Pin
jschell20-Feb-13 8:07
jschell20-Feb-13 8:07 
Questionmicrosoft SQL 2005 and dot NET Framework Pin
abbasnafiu18-Feb-13 1:28
professionalabbasnafiu18-Feb-13 1:28 
AnswerRe: microsoft SQL 2005 and dot NET Framework Pin
Keith Barrow18-Feb-13 1:59
professionalKeith Barrow18-Feb-13 1:59 

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.