By mah6326955
via mahmoudoracle.blogspot.com
Published: Jun 01 2012 / 08:25
I have XML files stores as physical files and I want to store these file on database table.
Scenario
1- Create a table for storing XML files
2- Create Directory object in database to refer to path of XML files
3- Use my previous post List Contents of Directory to list all files in directory
4- Read every XML file and store it on database table
Add your comment