Ex. I need to fill in values argument
Field1 is text
Field2 is image
Insert into tbl1 values("'+val1+ "','+val2+' ")
val2 is image like 0x424DFE9D00000 000000036000000 ............... ............... .......
I really stuck on this with image values because I have to BCP out my data and and generate the insert statement with value data like above back to database
if...