• 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

Microsoft Access Database connectivity through Applet

 
Greenhorn
Posts: 1
Netbeans IDE Java Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi everyone,
i'm new to java and using netbeans 7. I am connecting MS Access database to applet to read records and displaying it in text area on applet. I can run it from IDE and it works perfect(showing database records). But when I execute html file generated in the project folder, i cant see database records in applet. i created a separate html file manually also, but still not getting.

i have attached screenshots of the one working(from IDE) and one not(from project folder).
also attached complete project in zip.

http://i1198.photobucket.com/albums/aa451/gaurav9991/pic2.jpg

http://i1198.photobucket.com/albums/aa451/gaurav9991/pic1.jpg

http://www.mediafire.com/?ax1akb16aa13a2w
 
reply
    Bookmark Topic Watch Topic
  • New Topic