Applet To Jdbc connection

Hi
How to connect an applet to JDBC. How to call the JDBC connected appled into Browser... Reply with sample Codings please... Urgent...Waiting for reply...
Thanks in Advance...
[189 byte] By [srisivakumar] at [2007-11-15 21:32:27]
# 1 Re: Applet To Jdbc connection
For my view on talking to databases from applets, read my post at http://www.dev-archive.com/cgi-bin/bbs/wt/showpost.pl?Board=java&Number=19303&page=&view=&sb=
Ritu Raj Tiwari at 2007-11-10 2:43:31 >
# 2 Re: Applet To Jdbc connection
I'm with Ritu on this one.

Along with the scalability question, it's also a poor for separation of code. Far too procedural.

If you're doing this to play with jdbc, then just use an application. If it's to play with applet/server communication, then do it properly with RMI/CORBA/Sockets etc. Then run the jdbc on your 'server'.

I belive you can happily mimic that on one machine.

Bayard
bayard@generationjava.com
http://www.generationjava.com

Brainbench MVP for Java
http://www.brainbench.com
bayard at 2007-11-10 2:44:31 >