Subject | Re: [firebird-support] Re: message length error (encountered 0, expected 8) |
---|---|
Author | Helen Borrie |
Post date | 2004-06-28T05:54:51Z |
At 05:23 AM 28/06/2004 +0000, you wrote:
you need to define an XSQLDA struct for anything that takes or returns values.
Sounds as though you're targeting the high end of the learning
curve. What's your programming environment? There are plenty of
interfaces around that do the tedious, hard API stuff for you with classes...
/heLen
>I'm new to Firebird from the ms-sql world, so I'm still learning theYou can't use that function to execute a procedure; and, for any function,
>syntax/process differences...
>
>I am calling the "isc_dsql_execute_immediate" function without any
>parameter or result buffers (XSQLDA structs).
you need to define an XSQLDA struct for anything that takes or returns values.
Sounds as though you're targeting the high end of the learning
curve. What's your programming environment? There are plenty of
interfaces around that do the tedious, hard API stuff for you with classes...
/heLen