Subject RE: [firebird-support] SQLDA Version/Structure
Author Alan McDonald
> >I don't get an error - I see all the bindings OK but the execution of the
> >update or delete statement doesn't hit my target db. Fetch returns 100 as
> >expected, Execute returns 0 as expected. If the structure is OK I'll just
> >keep trying.
>
> Probably, you must learn some more about transactions and their
> isolation levels...
>
> SY, Dimitry Sibiryakov.

Ahh, no this code isn't mine - it worked perfectly in Dialect 1. I'm trying
to bring it up to Dialect 3. I've introduced Int64 types where I think they
should be and I get no errors (as I say) in the execution of the code. I
suspect, though, that it has something to do with the Int64 keys no being
placed correctly or being truncated somewhere to Int.
They are 8 bytes aren't they?
I see the correct amount of memory allocation taking place. etc.
ALan