7. Query

[<<<] [>>>]

ODBC::Query DB, query

This function should be used to execute an SQL statement. The first argument DB is the connection handle, the second argument query is the text of the SQL query.

The function returns undef.

The function calls the underlying ODBC function SQLExecDirect and SQLNumResultCols.


[<<<] [>>>]