T
Tomasz
Hello everybody,
i'm writing an application, which should be connected all the time to
the database. So i want to test it in few ways if reconnection works in
order. First thing i tried to do is killing my apps process from MS SQL
(2005 Express). Problem is that after i have still "Open" status for
SqlConnection.Status. That means, that "Status" property is not enough
to test
I would like to not to test the connection everytime with
some simple "select" queries, but if there is an another solution ?
Thanks in advance for any help.
i'm writing an application, which should be connected all the time to
the database. So i want to test it in few ways if reconnection works in
order. First thing i tried to do is killing my apps process from MS SQL
(2005 Express). Problem is that after i have still "Open" status for
SqlConnection.Status. That means, that "Status" property is not enough
to test
I would like to not to test the connection everytime withsome simple "select" queries, but if there is an another solution ?
Thanks in advance for any help.
