Hi *,

if I declare EE procedure as:
recreate procedure foo_bar
returns (result timestamp)
external name 'Example!Example.Procedures.FooBar'
engine FbNetExternalEngine;

then even if the procedure returns more rows - aka the
IExternalResultSetImpl::fetch returns True (on a first pass) - the
engine never goes to fetch next row. It goes immediately into dispose.

It doesn't matter whether it's timestamp as result type or i.e. int.

If I add some dummy input parameter then it's suddenly fine. Why is
that?

-- 
Mgr. Jiří Činčura
Independent IT Specialist

------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity planning
reports.http://sdm.link/zohodev2dev
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to