Home / comp / gb.db / connection / exec 
Connection.Exec (gb.db)
Syntax
FUNCTION Exec ( Request AS String, Arguments AS , ... ) AS Result
Executes an arbitrary SQL request, and return a read-only Result containing the result of the request.

The last feature allows you to write requests that are independant of the underlying database type.


See also
Delete  Find  Edit  Subst