java-Informix-SE problem

1999-01-28 Thread Ben Newman
I've been playing around with the MetaData commands, but I keep running into problems. When I include the following chunk of code: DatabaseMetaData mymetadata = con.getMetaData(); ResultSet metadata = mymetadata.getColumns(null, null, "custom", null); I get this message Error SQL: java.sql.SQ

Re: JDBC/servlet problem

1999-01-07 Thread Ben Newman
Thanks, tried it but it didn't work. Any other ideas? On Wed, 6 Jan 1999, Scott Fraser wrote: > >> > Connection: java.sql.SQLException: No suitable driver message. At first > I > though it was CLASSPATH problem, but I returned the CLASSPATH along with > > the error message and the jar file fo

JDBC/servlet problem

1999-01-06 Thread Ben Newman
I'm having a problem with servlets that use JDBC. I have a servlet that runs a simple query and returns some rows. As a stand alone app it works just fine, but when I switch it over to run as a servlet I get a Error Connection: java.sql.SQLException: No suitable driver message. At first I thoug

Re: JavaDocs?

1998-11-05 Thread Ben Newman
On Thu, 5 Nov 1998, Nelson Minar wrote: > >Polardoc used to be at > >http://www.ualberta.ca/~tgee/polardoc > >But they seems have been zapped from the system. > >Anyone of the new home? > > No, where'd it go? Polardoc was good stuff.. > > Note that all of javadoc changes in Java 1.2, there's