Hi,
i having SQL table name File.It having a column " FilePath".It store the Excel Files path like as shown below
File Table
-------------
FilePath(column)
---------------------
c:/abs/12.xls
c:/cd/14.xls
d:/fe/15.xls
and so on ....
The all files having Same Columns. my table (File) store data dynamically insert the values of the column(FilePath).
Now am reading the data from excel files through sql table dynamically and stored into destination Table...
sreekanth kancharla