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: Data base

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

    Default Data base

    I want to insert values of Username and Password at same time in two tables and i.e.Login table and Registration table..how can it inserted


  2. #2
    Member
    Join Date
    Jul 2013
    Posts
    219
    Thanks
    0
    Thanked 18 Times in 17 Posts

    Default Re: Data base

    Hello.
    Then will need to create two tables on the db side.
    And you will need to execute two queries on the application side.

    Do you already know this way? Or do you want it in some other way?

    Syed.

Similar Threads

  1. Application & Data base
    By chinchilla in forum Android Development
    Replies: 5
    Last Post: May 17th, 2013, 06:13 AM
  2. Replies: 1
    Last Post: April 9th, 2012, 05:13 PM
  3. [SOLVED] Extracting data from data base (yes)
    By bobbyk in forum Collections and Generics
    Replies: 1
    Last Post: March 13th, 2012, 07:07 AM
  4. data base
    By abcdmmkk in forum Member Introductions
    Replies: 1
    Last Post: March 23rd, 2011, 08:57 AM
  5. Simple Data Base.
    By Reese in forum The Cafe
    Replies: 14
    Last Post: August 2nd, 2010, 02:23 PM