how do i insert a longraw data into the longraw field?
I use the c# and oracle8.0.5 . use the oledb connect the database
so.I use "byte[] bytes=..., insert into a values('"+bytes+"');"
the error message is " invalid hex number"
please help me. tell me why and how to solve it?