| Applying science to business management |
  
sqlquery
Format: sqlquery( driver, query, cache
)
Arguments: (text) driver Database source
specification from sqlgetsource
[text] query List of SQL statements
(bool) cache Optional flag indicating if the ODBC
connection should be held open after sqlquery exits,
default = true
Returns: [any] Result of the database query
Description: Performs an SQL query via ODBC with
extended DSN data
See Also: sqlgetsource,
sql
|