Exec

Executes an arbitrary SQL request, and return a read-only Result containing the result of the request.

Request is any SQL request, and the Arguments are quoted as needed by the SQL syntax, and substituted inside the Request string, like the Subst() function does.

  FUNCTION Exec ( Request AS String , Arguments ... ) AS Result  


Referenced by :