Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: how to change DB design for a change in java

  1. #1
    Junior Member
    Join Date
    Oct 2013
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default how to change DB design for a change in java

    This question is more of architectural level.
    Suppose , we have a HTML form which has certain fields. We store these values in DB table.
    In future , if the requirement arises to add 10 new fields in HTML , how do we change DB design for that .
    Do we add columns in the same table?
    Or do we create a new table and map it with existing table? . The requirement can be adding 50 more fields even !!


  2. #2
    Junior Member
    Join Date
    Sep 2013
    Location
    Denmark
    Posts
    27
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default Re: how to change DB design for a change in java

    That dependes, some databases don't allow it, others do but 50 fields sound like at lot to me.
    Personally I would make a ObjectExtra table then
    Ruby 'cause I can - Java 'cause I want - C# 'cause I have to

Similar Threads

  1. assignment1- change pseudocode into java code
    By fasya alya in forum What's Wrong With My Code?
    Replies: 2
    Last Post: March 14th, 2013, 05:14 AM
  2. How to Change Colour of Java Form??
    By snipersheery in forum What's Wrong With My Code?
    Replies: 1
    Last Post: March 2nd, 2013, 10:51 AM
  3. Java Change Maker need help with rounding up the pennies
    By sxl4 in forum What's Wrong With My Code?
    Replies: 11
    Last Post: February 3rd, 2013, 07:19 AM
  4. change java code project to exe file
    By mostafa_mohamed in forum What's Wrong With My Code?
    Replies: 8
    Last Post: September 5th, 2012, 10:55 AM
  5. can someone show me how to change speed of an java engine.
    By codenoob in forum Java Theory & Questions
    Replies: 19
    Last Post: December 14th, 2011, 12:26 PM

Tags for this Thread