Can anyone provide me with a small code to retrieve value either from oracle 10G XE database or MySql database using Java applets.......

I searchd the whole internet but none worked fine for me..

Regardds

Niks

Recommended Answers

All 2 Replies

What kind of code did you find that didn't work. just have a method where you open the connection and call the query. There are codes for that. Whether it is Applet or not it is irrelevant. Create that method based on the examples you found and then call it in your Applet. The connection and running the query part should not depend on the application you are using to run it (Applet).

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.