Smart fetch options are used to set up the behavior of the SmartFetch mode

Is there anything for the Interbase Provider uniTable that fetches Server side IDs like QueryIdentity for SQL Server? I know a Insert SQL can use Returning..
Thanks
Fred
Having some issues with DMLRefresh, it worked at first but now returns garbage.ViktorV wrote:..you should set the TUniTable.DMLRefresh property to True. See more details about this property in the UniDAC help: https://www.devart.com/unidac/docs/?dev ... efresh.htm
Code: Select all
2015-09-23 11:21:05 AM 0.000 SQL Execute: INSERT INTO FETCHLOG
(DOMAINID, MESSAGE, ALERTLEVEL, SERVER, EVENTTIME)
VALUES
(?, ?, ?, ?, ?)
RETURNING
ID, DOMAINID, MESSAGE, ALERTLEVEL, SERVER, EVENTTIME
:DOMAINID(LargeInt,IN)=3
:MESSAGE(WideString[26],IN)='Processing Server: VMHOME '
:ALERTLEVEL(Integer,IN)=0
:SERVER(WideString[6],IN)='VMHOME'
:EVENTTIME(DateTime,IN)=2015-09-23 11:21:05 AM
:RET_ID(LargeInt,OUT)=<NULL>
:RET_DOMAINID(LargeInt,OUT)=<NULL>
:RET_MESSAGE(WideString[0],OUT)=<NULL>
:RET_ALERTLEVEL(Integer,OUT)=<NULL>
:RET_SERVER(WideString[0],OUT)=<NULL>
:RET_EVENTTIME(DateTime,OUT)=<NULL> Complete
2015-09-23 11:21:05 AM 0.000 CommitRetaining: Complete