JAVA & DATABASES

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • lenin42001
    New Member
    • Jan 2007
    • 29

    JAVA & DATABASES

    Is There Any Way To Connect A Database To A Java Gui So That
    Data Can Be Shown On The Screen And Added Too? Ideally The Data Returns To First Item Upon Completion..... .....
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    Originally posted by lenin42001
    Is There Any Way To Connect A Database To A Java Gui So That
    Data Can Be Shown On The Screen And Added Too? Ideally The Data Returns To First Item Upon Completion..... .....
    Of course there is. You can connect to a database using jdbc and view/insert records from a swing interface.

    Comment

    • lenin42001
      New Member
      • Jan 2007
      • 29

      #3
      can you attach photographs to the database? We have a series of 6 jpeg images which have to go with each record & have to be displayed on GUI?

      Comment

      • r035198x
        MVP
        • Sep 2006
        • 13225

        #4
        Originally posted by lenin42001
        can you attach photographs to the database? We have a series of 6 jpeg images which have to go with each record & have to be displayed on GUI?
        Yes you can have a read about blobs and imageoutputstre ams

        Comment

        Working...