rquery (version 1.4.99)

rq_execute: Execute a query, typically an update that is not supposed to return results.

Description

Execute a query, typically an update that is not supposed to return results.

Usage

rq_execute(db, q)

Value

nothing

Arguments

db

database connection handle

q

character query

See Also

db_td