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: A Full JDBC example problem which takes some input from user and saves that into database

  1. #1
    Junior Member
    Join Date
    Jul 2022
    Posts
    1
    Thanks
    0
    Thanked 1 Time in 1 Post

    Lightbulb A Full JDBC example problem which takes some input from user and saves that into database

    Here I have tried a lot to explain you by sharing my knowledge

    Check the blog below to learn a lot deeper about JDBC and its connectivity

    look for the URL below
    https://jdbcexamplewithcomments.blogspot.com/


    In this blog I have included the way to check whether a particular user is available in the database if incase the user is not there then some error messages can be displayed

  2. The Following User Says Thank You to Code Blogger For This Useful Post:

    sproket (July 11th, 2022)

  3. #2
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: A Full JDBC example problem which takes some input from user and saves that into database

    Also posted here with feedback: https://coderanch.com/t/752790/Full-...kes-input-user
    If you don't understand my answer, don't ignore it, ask a question.

Similar Threads

  1. Replies: 1
    Last Post: November 29th, 2021, 06:53 AM
  2. [SOLVED] JDBC database connection problem
    By cardmarius in forum JDBC & Databases
    Replies: 5
    Last Post: February 15th, 2018, 04:48 AM
  3. Pop up that takes data from user
    By skashwin89 in forum Java Theory & Questions
    Replies: 4
    Last Post: August 23rd, 2013, 02:17 PM
  4. Java Bar graph takes user input to create graph?
    By kenjiro310 in forum What's Wrong With My Code?
    Replies: 1
    Last Post: March 31st, 2011, 07:37 AM