create table figure (id int,pic blob(50k), pic_info XML) ;
1. create the xml file as example "test.xml"
2. create input.del file
1, pic.gif, <XDS FIL="test.xml"/>
3****n
import from c:\input.del of del lobs from c:\input.del modified by lobsinfile insert into figure;
*BTW i put all 3 files(test.xml, input.del, pic.gif) under directory C:/