Subject Re: [IBO] DML Caching Again
Author Jason Wharton
You need to manually initiate the DMLCacheItem notifications when doing
things in a non-buffered dataset way. Look at the code for the
TIB_SyncCursor to see the code that uses DML caching system.

Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com


----- Original Message -----
From: <apatri@...>
To: <IBObjects@yahoogroups.com>
Sent: Saturday, March 17, 2001 7:07 AM
Subject: [IBO] DML Caching Again


> Hi List.
> Sorry to boring You.
>
> DML Caching works with TIB_StoredProc??.
>
> Let me explain better:
>
> I have a Stored Procedure wich insert a record in a table A taken
> from another table B.
> All works fine, but to see the newly added record in Table A i MUST
> refresh.
> I have attempted all the DML Caching feature in various mode, but it
> don't work for me.
> Any hints?
>
> TIA
> Tony