Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / Databases / February 2005

Tip: Looking for answers? Try searching our database.

Displaying contents from database in an applet

Thread view: 
Johan Reimers - 20 Feb 2005 20:04 GMT
I have created a connection to an MSAccess database, but I am unable to
display the results in an webbrowser. My question is therefore how do I
retrieve and displaty the records of my database on a webpage?

Kind regards

Johan Reimers
Luke Webber - 20 Feb 2005 23:27 GMT
> I have created a connection to an MSAccess database, but I am unable to
> display the results in an webbrowser. My question is therefore how do I
> retrieve and displaty the records of my database on a webpage?

I should think that the best way is to use server-side technologies
(JSP, servlets, etc) rather than an applet. Or possibly a combination of
the two.

Even if Access was a server database (it's not - it's file-based) it
would almost certainly be a Bad Idea to open it up to the public
internet for just any bugger to attack your server. Keep everything on
the server and only allow HTTP access, and you don't have that problem.

BTW, Access is a distinctly suboptimal solution for this type of work.
You'd do well to explore some of the better free DBMSs such as MySQL or
PostgreSQL (which has a native Windows installer as of the latest release).

Luke


Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.