Subject | Re: [firebird-support] how to use the x notation (ex ID=x'049094') inside parameter ? |
---|---|
Author | Michael Ludwig |
Post date | 2012-03-31T10:29:56Z |
nathanelrick schrieb am 30.03.2012 um 07:49 (-0000):
http://www.firebirdsql.org/file/documentation/reference_manuals/reference_material/html/langrefupd25-hexbinstrings.html
(like Perl or Java).
Michael
>The hexadecimal notation for “binary” strings is for literals.
> how to use the x notation (ex ID=x'049094') inside parameter ?
http://www.firebirdsql.org/file/documentation/reference_manuals/reference_material/html/langrefupd25-hexbinstrings.html
> insert into ... (Field1) Values (?);This looks like you're using some general purpose language
(like Perl or Java).
> with the parameter x'049094' i receive an errorDoes it come with a message?
> probably i can write any char i want (from #0 to #255) insideGuess it depends on the type of Field1.
> parameter and i don't need the x notation ?
Michael