2.0
3.0
>
comp
>
gb.db
>
connection
>
find
Previous
Next
Edit
Rename
Undo
Search
Administration
Documentation
Warning! This page is not translated.
See english version
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
Delete
,
Edit
,
Exec
,
Subst