Hi Arun,
You can do that with code similar to what I have posted here, or similar to this article on my web site:
http://imar.spaanjaars.com/QuickDocId.aspx?QUICKDOC=143
Basically, you skip the step that creates the database and just add a new table to an existing database. Just create the schema. You can do that by looking at the information of the existing table, similar to how you create a new table.
Once you've created the table, you can use a SQL SELECT statement to copy the data from the old table to the new one.
HtH,
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.