Gambas/libraries/gb.db/Connection/Find
< Gambas | libraries | gb.db | Connection
Jump to navigation
Jump to search
Definition
FUNCTION Find ( Table AS String
- REDIRECT Template:arg/opt ) AS Result
About
Returns a read-only Result object used for querying records in the specified table. Request is a SQL WHERE clause used for filtering the table, and the Arguments are quoted as needed by the SQL syntax and substituted inside the Request string in much the same manner as done by the Subst() function.
Questions
Does a Result object become invalid after the Connection is closed? I suspect so, but don't see any mention in the documentation. I'm about to test this and find out... --Woozle 11:30, 5 December 2006 (EST)