Host

PROPERTY Host AS String

Returns or sets the host where the database server resides.

This host can be a machine name, or an IP address. The default host is localhost.

Note: Because Sqlite is not a server/client database, host in this context is redundant. However, as a feature of the sqlite driver, from version 0.95 it is possible to set the home path for the database using this property.