public class SelectSame
{
public SelectSame()
{
int fullindex=0;
String theWord;
try
{
// Load the driver class
Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
// Define the data source for the driver
String sourceURL = "jdbc:odbc:autoindex";
// Create a connection through the DriverManager
Connection databaseConnection =
DriverManager.getConnection(sourceURL);