12.12.2012 17:43, Adriano dos Santos Fernandes wrote: > > The SQL solution has more issues: > - No way to support scrollable EXECUTE BLOCK result (not sure if you > gonna to implement this, but is theoretically possible)
It's not covered by the current implementation and, speaking honestly, I'd hate supporting that in the current incarnation of EXECUTE BLOCK. > - Tools may need/want scrollable result with arbitrary queries issues by > the user True. > I do think you can create a new IStatement flag in the new API. Check > IStatement::PREPARE_*. I will check, thanks. > BTW, what would be the new API methods to support it? They will be added later, once Alex commits his changes detaching cursor/resultset from the statement itself. Mostly, it's about adding fetchPrior, fetchFirst, etc methods to the new interface. Dmitry ------------------------------------------------------------------------------ LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial Remotely access PCs and mobile devices and provide instant support Improve your efficiency, and focus on delivering more value-add services Discover what IT Professionals Know. Rescue delivers http://p.sf.net/sfu/logmein_12329d2d Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/listinfo/firebird-devel
