designing the database if depending on dynamic columns
Posted
by
phani_yelugula
on Stack Overflow
See other posts from Stack Overflow
or by phani_yelugula
Published on 2012-11-17T04:44:15Z
Indexed on
2012/11/17
5:00 UTC
Read the original article
Hit count: 106
database-design
In my project,"admin" can create text fields dynamically (using jsp +javascript) and enter can enter data in text fields for saving.in the back end i have to save them in database. here the problem is
1)how we can create columns dynamically depending on the textfields admin is creating. like if he is creating 5textfields then we should create 5 columns in database,if he going with 10 we should do 10 columns.
im doing this in mysql,jsp,struts,hibernate
© Stack Overflow or respective owner