Dynamically add table in database
Hi,
I am doing web application, In that application i want to add database table dynamically without giving any field names at execution time. At the execution time i will import once excel document based on the excel we need to create db table.
Thanks,

Farooque AliPosted Jan 6, 2009, 5:09 AM
Guest UserPosted Jan 5, 2009, 4:12 PM
INTO
FROM ....
This will create a new table based on the given field names and populate it with the corresponding data from the query.
onkar mishraPosted Jan 5, 2009, 5:39 AM
just use create table with select statement.
onkar