Subject Re: Unassigned code
Author Glebas
Helen,

--- In firebird-support@yahoogroups.com, Helen Borrie wrote:
> Where does the text "Unassigned code" come from? Is it a
translation? Fb
> doesn't have an exception containing that text. Do you have any more
> information?

Apparently, from isc_interprete() function after isc_dsql_prepare()
function fails. I guess, because when I debug, I cannot reproduce it.

I saw it happened after 'SELECT GEN_ID(GEN,1) FROM RDB$DATABASE'

Can it be that newly allocated XSQLDA structure must be memset to '0'?
Now it doesn't. That would explain why it happens only sometimes.

Thanks,
Glebas