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 3 of 3

Thread: Get change in Database Notification in Java Class

  1. #1
    Junior Member
    Join Date
    Dec 2013
    Posts
    5
    My Mood
    Bored
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Get change in Database Notification in Java Class

    I want that Whenever there is any change in Specific table of database, I may be notified at run time so that I may be able to take action accordingly in my Java program. Kindly guide me if there is any way to do so.

    Thanks in Advance ...


  2. #2
    Member andbin's Avatar
    Join Date
    Dec 2013
    Location
    Italy
    Posts
    443
    Thanks
    4
    Thanked 122 Times in 114 Posts

    Default Re: Get change in Database Notification in Java Class

    Quote Originally Posted by bilalonjavaforum View Post
    I want that Whenever there is any change in specific database change, I may be notified at run time so that I may be able to take action at run time in my Java program. Kindly guide me if there is any way to do so.
    Sorry, but for what I know, there's no any standard/clean way to receive asynchronous notifications from a DBMS whenever something changes.
    It's not a problem of Java .... it's a thing that a DBMS generally doesn't do.
    Andrea, www.andbin.netSCJP 5 (91%) – SCWCD 5 (94%)

    Useful links for Java beginnersMy new project Java Examples on Google Code

  3. #3
    Junior Member
    Join Date
    Dec 2013
    Posts
    5
    My Mood
    Bored
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Get change in Database Notification in Java Class

    hmmm ...
    I think we can get the same functionality by getting the last modification time of table.
    thnkx

Similar Threads

  1. how to change DB design for a change in java
    By harry7ster in forum What's Wrong With My Code?
    Replies: 1
    Last Post: October 7th, 2013, 12:57 PM
  2. Problem in Class, Displaying only one last change in value!
    By adnan.alvee in forum What's Wrong With My Code?
    Replies: 2
    Last Post: March 12th, 2013, 12:23 PM
  3. Change a JLabel value that is in another class?
    By jm24 in forum AWT / Java Swing
    Replies: 3
    Last Post: February 17th, 2012, 08:13 PM
  4. Java SE 7 Certifications - Important notification
    By treacyjane in forum The Cafe
    Replies: 3
    Last Post: January 6th, 2012, 02:55 AM
  5. Push Notification Client/Server
    By MistaWizurd in forum Java Applets
    Replies: 7
    Last Post: April 30th, 2011, 01:52 AM