Hi All,
I am trying to insert a binary data to a table which have "bytea"
field through Embedded SQL interface(ECPG). But I am getting
segmentation fault from ECPGstore_input function. I declared variable as
char * and did a memcpy on it and used EXEC SQL INSERT INTO command. But
is not working. Can any one help me in this issue.
Thanks in advance,
Sunny Matson