All Examples This Package
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----java.applet.Applet
|
+----examples.jdbc.mssqlserver4.ConnectionApplet
The ConnectionApplet.java source file contains very little executable code, but is is heavily commented; if you have problems running this applet, be sure to read the comments in this source file. Also, try running the SocketApplet example to test that you open a socket on the database server host machine.
$ javac -d c:/weblogic/mssqlserver4/classes ConnectionApplet.java
$ appletviewer ConnectionApplet.html
public ConnectionApplet()
public void init()
public void paint(Graphics graphics)
All Examples This Package