org.bbc.JDBC
Class JDBCServer

java.lang.Object
  extended by org.bbc.JDBC.JDBCServer

public class JDBCServer
extends java.lang.Object

Class to provide a server through the network to a JDBC-ODBC connection.

Author:
Bob Burchsted, Bob Burchsted Consulting, 12 May 2005 Uses org.bbc.JDBC.BBCSQL.java.
See Also:
BBCSQL, JDBCClient

Constructor Summary
JDBCServer()
          Constructor to create the server.
 
Method Summary
static void main(java.lang.String[] args)
          Main program to start the server.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JDBCServer

public JDBCServer()
Constructor to create the server.

Method Detail

main

public static void main(java.lang.String[] args)
Main program to start the server.

Parameters:
args - String [] - not used