thanks for the reply..
actually the table is just for example..
so if i create table like this
CREATE TABLE photo(id int, picture BLOB(50K)) ..
the c:\temp\import.txt with the contents will be:
1, "myface.jpg"
am i right?
i just curious if i can or not import xml and lob at same time into table below..
CREATE TABLE photo(id int, picture_info XML, picture BLOB(50K))...