Click here to Skip to main content
15,887,585 members
Home / Discussions / C#
   

C#

 
AnswerRe: Painting Reversible Rectangle Pin
Luc Pattyn13-Aug-07 9:14
sitebuilderLuc Pattyn13-Aug-07 9:14 
AnswerRe: Painting Reversible Rectangle Pin
Christian Graus13-Aug-07 8:55
protectorChristian Graus13-Aug-07 8:55 
QuestionRe: Painting Reversible Rectangle Pin
T.D.Prasad13-Aug-07 9:12
T.D.Prasad13-Aug-07 9:12 
QuestionHighlight Value on Tab Pin
Joemama6113-Aug-07 5:03
Joemama6113-Aug-07 5:03 
AnswerRe: Highlight Value on Tab Pin
Luc Pattyn13-Aug-07 5:38
sitebuilderLuc Pattyn13-Aug-07 5:38 
GeneralRe: Highlight Value on Tab Pin
Joemama6113-Aug-07 10:39
Joemama6113-Aug-07 10:39 
GeneralRe: Highlight Value on Tab Pin
Luc Pattyn13-Aug-07 10:52
sitebuilderLuc Pattyn13-Aug-07 10:52 
QuestionSQL connection timeout Pin
Demian Panello13-Aug-07 4:43
Demian Panello13-Aug-07 4:43 
Hi.

I'm writing an application that it connect to a SQL Server 2000 database. For testing I have 2 PC running Windows XP and in one of them I'm running SQL Server 2000.
When I run the application in the same PC where SQL is running the application works fine, but trying to connect from another PC it throws an exception connecting to the database. This is what I have:

My connection string:

string source = "Server = DEC-DEMIAN; Database = Security; User ID = Terminal2;" +<br />
                  "Password = 123; Trusted_Connection = False;";


Trying to connect from another PC it fails, thowing: "...SQLException: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding".

I can't figure out what I missed to configure in SQL Server to be able to get remote connections. I have checked Server Properties -> Connections in SQL and it's ok.

Any help will be apreciatte.

Thankx


Demian.

"I have always wished that my computer would be as easy to use as my
telephone. My wish has come true. I no longer know how to use my telephone."

-Bjarne Stroustrup, computer science professor, designer of C++
programming language (1950- )

AnswerRe: SQL connection timeout Pin
Justin Perez13-Aug-07 4:48
Justin Perez13-Aug-07 4:48 
GeneralRe: SQL connection timeout Pin
Demian Panello13-Aug-07 5:03
Demian Panello13-Aug-07 5:03 
GeneralRe: SQL connection timeout Pin
Justin Perez13-Aug-07 5:12
Justin Perez13-Aug-07 5:12 
GeneralRe: SQL connection timeout Pin
satsumatable13-Aug-07 6:35
satsumatable13-Aug-07 6:35 
QuestionHow to dump more than one row from table into the array !!!! please Help Pin
ANKUR2213-Aug-07 4:41
ANKUR2213-Aug-07 4:41 
AnswerRe: How to dump more than one row from table into the array !!!! please Help Pin
Justin Perez13-Aug-07 5:17
Justin Perez13-Aug-07 5:17 
AnswerRe: How to dump more than one row from table into the array !!!! please Help Pin
bit_cmdr13-Aug-07 6:50
bit_cmdr13-Aug-07 6:50 
QuestionDays of the week Pin
kibromg13-Aug-07 4:25
kibromg13-Aug-07 4:25 
AnswerRe: Days of the week Pin
Justin Perez13-Aug-07 4:32
Justin Perez13-Aug-07 4:32 
GeneralRe: Days of the week Pin
kibromg13-Aug-07 4:44
kibromg13-Aug-07 4:44 
GeneralRe: Days of the week Pin
J4amieC13-Aug-07 4:49
J4amieC13-Aug-07 4:49 
GeneralRe: Days of the week Pin
kibromg13-Aug-07 4:54
kibromg13-Aug-07 4:54 
GeneralRe: Days of the week Pin
leppie13-Aug-07 5:11
leppie13-Aug-07 5:11 
GeneralRe: Days of the week Pin
Justin Perez13-Aug-07 4:52
Justin Perez13-Aug-07 4:52 
GeneralRe: Days of the week Pin
kibromg13-Aug-07 5:06
kibromg13-Aug-07 5:06 
GeneralRe: Days of the week Pin
Justin Perez13-Aug-07 5:10
Justin Perez13-Aug-07 5:10 
GeneralRe: Days of the week Pin
kibromg13-Aug-07 5:18
kibromg13-Aug-07 5:18 

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.