tags:

views:

15

answers:

0

I want create a mapping schema file in SQLXMLBulkLoad. My property XML have repeating tags below:


Now i want to insert image1, image2,.... in different column in a table(such as Image1, Image2 etc). Also every properties have same images value.

So how can i map this with database. What need to be write in schema file for this. What's is syntex? Waiting for reply.

Best Regards