scenario:
CUST entity
cust_no, cust_name, enter_dt
CUST_CHILD entity
cust_no, cust_plant, enter_dt
CUST_XREF entity
cust_no, old_company_cust_no, enter_dt
The trigger is coded to insert into the cust_xref table after a new record is inserted in to the CUST table.
If you insert a row using SQL in SQL Management Studio, the insert and trigger work fine.
When creating a new customer in Uniface, I am getting a Procerror of -6 on the write of the cust_child table. Looking at the proctrace, I see:
HY000 [Microsoft][ODBC SQL Server Driver]Connection is busy with results for another hstmt
"$e:CUST_CHILD/$s:-6/$p:-6/08:34:20 : " (_write); WRIT; 4; [-6];
Any ideas?
Mike W

