Subject | Re: [firebird-support] Dynamic SQL Error SQL error code = -804 |
---|---|
Author | Anderson Farias |
Post date | 2008-10-13T20:29:54Z |
Hi Kurt,
happens when FB tries to "convert" some integer value to a DATE ou TIMESTAMP
(zero in this case). ether your setting wrong your params or reading wrong
the result colums.
HTH
Regards,
Anderson Farias
> These produce the same query in C/C++ as long as there is a ' ' at the endAnd I have ZERO knowledge on C/C++ , sorry
> of each part of the string.
> Call Returned: Dynamic SQL Error SQL error code = -303 conversion errorBut I've had this error before (using Delphi for instance) ... AFAIR, it
> from string "0"
happens when FB tries to "convert" some integer value to a DATE ou TIMESTAMP
(zero in this case). ether your setting wrong your params or reading wrong
the result colums.
HTH
Regards,
Anderson Farias