keeping connection open all time in sql

Posted by Costi on Programmers See other posts from Programmers or by Costi
Published on 2012-11-05T08:40:49Z Indexed on 2012/11/05 11:24 UTC
Read the original article Hit count: 250

Filed under:
|
|

I have developed a Windows application in c# in which multiple users can add some numbers and their name and can view the data entered. The problem that I have is that the sever is on my laptop and every time I log off or close my laptop, they are losing connection to the DB and can not add or view any more.

It seems that the port is closed or something. Is there a way to keep the port and their connection established all the time even when I'm logging out?

© Programmers or respective owner

Related posts about c#

Related posts about database