_Connection.Find (gb.db)

Function Find ( Table As String [ , Request As String, Arguments As , ... ] ) As Result

Returns a read-only Result object used for querying records in the specified table.

  • Table is the table name.

  • Request is a SQL WHERE clause used for filtering the table.

  • Arguments are quoted as needed by the SQL syntax, and substituted inside the Request string

The last feature allows you to write requests that are independant of the underlying database type.

See also