• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

From database to form and vice virsa

 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello all, i have been looking for way to understand passing a data from embbeded database to form and vice virsa. I have been posting on this forum on other part of it about my problem https://coderanch.com/t/556602/GUI/java/whit-entering-data-at-table.

So let explain a bit. I have folowing some Tutorial and i runing on netbeans. Main thing is to make a beans binding for passing data from form to database and from database to form. I have been looking for some better tutorial to understnad what i need to actualy doo in Netbeans to make that work, but that is not happening. Anyways I would like someone to point me up for some post or eaven tutorial for passing data from database to form and other way around.

So i would like you to post if is posible maybe some programs what is not netbeans, whatever you think will be much better to make my form work. Suggestions, post, tutorials, whatever, I have searching like several days to get some understanding for that or eaven some tutorial. No luck what so ever.

Thanks for your time, i am aware that i dont know much about java and all what can be made in it but still i am hoping about it

P.S. To explain what i am currently using, Netbeans 7 , java embeded database ( create=true ) one table, nothing much.
 
Boba Jeff
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well I have find a problem what was it, and its a mine mistake about seting cursor above place wher should be.

To long story get short, i have been placing "Add Property" for bean above constructor block. That way he wasnt working well.

I forgot to say that i have mark list as modifiableWraper right when i got first window generated.

reply
    Bookmark Topic Watch Topic
  • New Topic