Subject | Re: [firebird-support] Why do I need to describe_bind sqlda before execution? |
---|---|
Author | Dimitry Sibiryakov |
Post date | 2006-04-25T04:44:04Z |
On 24 Apr 2006 at 17:48, Jeff Lynn wrote:
to ask FB server to do so.
--
SY, Dimitry Sibiryakov.
>Can someone tell me why I need the isc_dsql_describe_bind to executeBecause you don't fill SQLDA completely and properly, so you have
>the prepared stmt works?
to ask FB server to do so.
>I created the table, with Id set to integer, since there is noIncluding sqllen?
>SQL_INTEGER or SQL_INT, I uses SQL_LONG. I even dumped the pSqlda
>after the bibd, which is exactly what I entered.
>The API Doc stated that if I know the datatype of the parameeer, IIn this case you must fill all relevant fields in XSQLVAR.
>don't need to exeecute the bind. But that is not what I saw.
--
SY, Dimitry Sibiryakov.