Subject | how to use the x notation (ex ID=x'049094') inside parameter ? |
---|---|
Author | nathanelrick |
Post date | 2012-03-30T07:49:58Z |
Hello,
how to use the x notation (ex ID=x'049094') inside parameter ?
When i do
insert into ... (Field1) Values (?);
with the parameter x'049094' i receive an error
probably i can write any char i want (from #0 to #255) inside parameter and i don't need the x notation ?
how to use the x notation (ex ID=x'049094') inside parameter ?
When i do
insert into ... (Field1) Values (?);
with the parameter x'049094' i receive an error
probably i can write any char i want (from #0 to #255) inside parameter and i don't need the x notation ?