Package DE_EPAGES::Database::API::DBInterface
@EXPORT_OK |
Functions
ProcessSql
Executes SQL statement with the correct DBI interface.
Syntax |
ProcessSql( $SQL ) |
Input |
|
ProcessSqlGo
Executes multiple SQL statements that are separated by "go" lines.
Syntax |
ProcessSqlGo( $SQL, $hFlags ) ProcessSqlGo( $SQL, {'ignore_error' => 1 } ) |
Input |
|