Hi ,
I have the requirement like to fetch bulk datas from database and fill the values to the template data.
i.e Database to DCR not from Template to database.
Please suggest.
SMOP - smaller matter of programming.
You need to develop the code for this yourself.
The script / program needs to be able to retrieve data from the database via an SQL query, iterate through the response to output the desired data into an XML structure that conforms with your desired DCT specification, and [optionally, but recommended] set the requiste TeamSite EAs on the output files so that they are treated as DCRs (assuming that the output files are located within templatedata/category/data-type/data/
You can do this in virtually any programming language you wish to use, but the recommended practice is either Java or Perl.