Connection.Edit

FUNCTION Edit ( Table AS String [ , Request AS String , Arguments ... ] ) AS Result

Returns a read/write Result object used for editing records in the specified table.

Request is a SQL WHERE clause used for filtering the table. The Arguments are quoted as needed by the SQL syntax, and substituted inside the Request string, like the Subst() function does.


Referenced by :