File: eaf_n_cst_dberrorattrib.sru
Size: 661
Date: Tue, 22 Jan 2008 23:39:23 +0100
$PBExportHeader$eaf_n_cst_dberrorattrib.sru
forward
global type eaf_n_cst_dberrorattrib from nonvisualobject
end type
end forward

global type eaf_n_cst_dberrorattrib from nonvisualobject
end type
global eaf_n_cst_dberrorattrib eaf_n_cst_dberrorattrib

type variables
Public:
dwbuffer       ie_buffer
long           il_row = 0
long           il_sqldbcode = 0
string         is_sqlerrtext = ""
string         is_message = ""
string         is_sqlsyntax = ""
end variables

on eaf_n_cst_dberrorattrib.create
call super::create
TriggerEvent( this, "constructor" )
end on

on eaf_n_cst_dberrorattrib.destroy
TriggerEvent( this, "destructor" )
call super::destroy
end on