Hello everybody,
I'm using a jrdc2 library. On the client side, I want to know if the server is down or not, before starting to work with it, to raise an alternative off-line workspace if it's necessary.
This subroutine does not return any message or error when the server is down.
Thanks
I'm using a jrdc2 library. On the client side, I want to know if the server is down or not, before starting to work with it, to raise an alternative off-line workspace if it's necessary.
This subroutine does not return any message or error when the server is down.
B4X:
Sub CreateRequest As DBRequestManager
Dim req As DBRequestManager
req.Initialize(Me, rdcLink)
Return req
End Sub
Thanks