Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
skiabox
Posting Yak Master
169 Posts |
Posted - 2008-10-21 : 06:34:41
|
| I am building an asp.net application.Is there any way a user can access database data when the connection with the sql server is lost? |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2008-10-21 : 06:36:40
|
| how did you lose connection? |
 |
|
|
afrika
Master Smack Fu Yak Hacker
2706 Posts |
Posted - 2008-10-21 : 06:39:04
|
| Next time post this question in the .net forum.How do you mean the connection is lost ? If you are using Visual Studio .net add a connection in the database panel on the top right hand corner, alternating with the solutions explorer. And your connection string will be kept in the web.config file. That way you can access your DB |
 |
|
|
skiabox
Posting Yak Master
169 Posts |
Posted - 2008-10-21 : 06:46:25
|
| It is just a project that I am working on that requires that the user will be able to see some things even if he has lost his connection to the sql server.Any ideas on that?Thank you very much for the immediate answers. |
 |
|
|
afrika
Master Smack Fu Yak Hacker
2706 Posts |
Posted - 2008-10-21 : 06:54:10
|
| I still dont understand. What do you mean lost his connection, and what do you want him to see ? |
 |
|
|
|
|
|