Subject Re: [IBO] Views updatable using Triggers and IBO
Author Marco Lauria
At 10.22 26/11/2001 -0700, you wrote:
>Use a stored procedure to process the DML statements and it will ignore the
>rowsaffected.

Jason I use views
as I don't want to use stored procedure to process the
insertions/updates...
if I have to use the stored procedures,
I don't need the views,
I can use the joins directly on the IB_Query....
I think I will customize for me your module
deleting the check for the rowsaffected.
Regards
Marco