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
Revision as of 20:17, 24 April 2013 by Woozle (talk | contribs) (Woozle moved page gb.db.Connection.Find to Gambas/libraries/gb.db/Connection/Find: reorganizing as subpages)
Jump to navigation Jump to search

Navigation

computing: software: programming: Gambas: reference: gb.db.Connection.Find()

Definition

FUNCTION Find ( Table AS String

  1. REDIRECT Template:arg/opt ) AS Result

Overview

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)