Click here to Skip to main content
15,891,895 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi all
i created table dynamically i need to store the table in database
and when ever user wants i need to display the table can any one help me please
thanks in advence
Posted
Comments
Sandeep Mewara 7-Dec-10 2:29am    
What kind of help you are expecting?
tulasiram3975 7-Dec-10 2:38am    
the way i proceed like this situations

You need to write stored procedure for this.
You will create temporary dynamic tables and then store it as concrete tables after data mining.
 
Share this answer
 
1. Create a datatable in code.
2. Add rows to the datatable
3. Save it into database using insert query
4. Retrieve it whenever user wants.

Logic provided not the code so you must try it. :)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900