Thread: Problem in JDBC
View Single Post
  #4 (permalink)  
Old 07-01-2008, 11:03 AM
masijade masijade is offline
Senior Member
 
Join Date: Jun 2008
Posts: 484
masijade is on a distinguished road
Ach, and your problem is that you're using an applet. In that case you must provide the Driver classes yourself (unpacked form in the "codebase" directory, or in the jarfile if using a jarfile) or, make url (or RMI or someother remote protocol) to a self-written server that will interface with the db for you and just send you the results.
Reply With Quote