• 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

Edit/Updating the existing database record

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,

I've a scenario i.e) we have employee details table that having various employee related fileds. We have to display the list of records.

I can able to do the Add record functionlaity, Search Functionlality for that list of records. i've done the pagination also for displaying list of records.

So any one help me to dynamically update the record i.e) when ever we clicked the update button the form should be open with its existing form data. After we have to do changes and we shouls update the form.

Please help me out .

Thanks in advance.

Regards,
Haribabu
 
author & internet detective
Posts: 41860
908
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Haribabu,
This question is too vague. What are you stuck on? A concept? A specific technology? A piece of code with an error message?
reply
    Bookmark Topic Watch Topic
  • New Topic