Subject Re: [firebird-support] Re: message length error (encountered 0, expected 8)
Author Helen Borrie
At 05:23 AM 28/06/2004 +0000, you wrote:
>I'm new to Firebird from the ms-sql world, so I'm still learning the
>syntax/process differences...
>
>I am calling the "isc_dsql_execute_immediate" function without any
>parameter or result buffers (XSQLDA structs).

You can't use that function to execute a procedure; and, for any function,
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