property Connection.Info as String
Returns information about server

TypeDescription
String A string expression that gets information about the server. 

The Info property gets information about the server. Use the Execute method to query a server.

For instance, the following sample displays the information about "dict.org" server:

Private Sub Form_Load()
    Dim c As EXDICTCLIENTLibCtl.Connection
    Set c = Client1.OpenConnection("dict.org")
    If Not (c Is Nothing) Then
        Debug.Print c.Info
        c.Close
    End If
    Set c = Nothing
End Sub

The server gets the information like follows:

dictd 1.8.0/rf on Linux 2.4.18-14
On pan.alephnull.com: up 15+21:41:48, 2341886 forks (6135.5/hour)

Database      Headwords         Index          Data  Uncompressed
elements            130          2 kB         14 kB         45 kB
web1913          185399       3438 kB         11 MB         30 MB
wn               154563       3089 kB       8744 kB         26 MB
gazetteer         52994       1087 kB       1754 kB       8351 kB
jargon             2373         42 kB        619 kB       1427 kB
foldoc            13801        268 kB       2142 kB       5898 kB
easton             3968         64 kB       1077 kB       2648 kB
hitchcock          2619         34 kB         33 kB         85 kB
devils              997         15 kB        161 kB        377 kB
world02             272          5 kB       1468 kB       6635 kB
vera               9203        103 kB        160 kB        558 kB