ここは旧式の4DドキュメントWebサイトです。最新のアップデートされたドキュメントを読むには新サイトをご利用下さい→ developer.4d.com

ホーム

 
4D v20
OCIOnErrCall

OCIOnErrCall 


 

OCIOnErrCall ( methodName ; $1 ; $2 ) 
引数   説明
methodName  文字 in Name of error-handling method
$1  倍長整数 in First argument to pass to method
$2  倍長整数 in Second argument to pass to method

説明   

The OCIOnErrCall command installs an error-handling method that will be executed every time an error occurs.  This allows you to manage possible execution errors and override default error handling.

methodName is the name of the method to install. To return to default behavior, pass an empty string such as OCIOnErrCall("").

4D for OCI passes two arguments, $1 and $2, to your method.  If you want to compile your database, you must declare the $1 and $2 variables using the C_LONGINT commands.

 
プロパティ 

プロダクト: 4D
テーマ: Extras
番号: 705127

 
ページの目次 
 
履歴 

 
ARTICLE USAGE

4D for OCI ( 4D v20)