Gambas/libraries/gb.db/Connection/Find

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
< Gambas‎ | libraries‎ | gb.db‎ | Connection
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Definition

FUNCTION Find ( Table AS String

  1. 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)