In the following example, you can see how we call the function SqlPLSQLCommand
Code: Select all
Function: insertJob
Description:
Returns
Parameters
String: sJobID
Static Variables
Local variables
Sql Handle: hSqlPLSQLCommand
String: sPLSQLCommand
Actions
Set sPLSQLCommand = 'insert_Job( sJobID ) '
Call SqlConnect( hSqlPLSQLCommand )
Call SqlPLSQLCommand( hSqlPLSQLCommand, sPLSQLCommand )
Call SqlCommit( hSqlPLSQLCommand )
Call SqlDisconnect( hSqlPLSQLCommand )