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
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
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
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