Subject how to use the x notation (ex ID=x'049094') inside parameter ?
Author nathanelrick
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 ?