LOTUS CONNECTORS


Examples: GetLSDOMasterRevision property
The following agent displays the revision level of the ODBC (LS:DO) LSX:

Uselsx "*LSXODBC"

Sub Initialize
 Dim con As New ODBCConnection
 Messagebox con.GetLSDOMasterRevision,,  _
 "LS:DO Master Revision"
End Sub

See Also