• 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

using multiple table from a database in a JSP

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i have 3 tables..
table 1 use column number 1
table 2 use column 2
table 3 use colums from table 1 & 2 & also its own column.
how do i use sql in a jsp page so to display all the values in tables 3.
;
also if the user add in anything it should be updated in the database & displayed in the web browser.do email me so i show u de screen shots & also the codes [E-MAIL]ho_oi@yahoo.com[/E-MAIL]
 
reply
    Bookmark Topic Watch Topic
  • New Topic