12.03.2014 15:26, Alex Peshkoff wrote:
> That's not a matter of only SQLDA->metadata transformation. It's working
> with transactions from SQL, named cursors, may be something else.

   This is just a couple of lines, I see no point to create separate routine 
for such 
little things.

> Send
> me your patch in any form (preferably a class to convert SQLDA to
> metadata) and I will merge the rest.

   Class is not everything: to avoid unnecessary copying, it must be used in a 
definite 
way. I'll send you whole changes, it is not that much.
   But at first I need to find out why it is crashing. Wide result sets are 
allowed, but 
is wide input data supposed to work as well? Must following SQL to be executed 
ok:

select cast(? as varchar(32000)) a,cast(? as varchar(32000)) b,cast(? as 
varchar(32000)) c 
from rdb$database

-- 
   WBR, SD.

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to