First, use private email to respond to off-topic questions.

Second, your code is incorrect. Francisco's code (at least the calls to
createStatement and executeQuery) were correct.

Joost Verhagen wrote:
>
> Statement select = conexion.createStatement("SELECT * FROM tabla");
> ResultSet resultadoSelect = select.executeQuery();
>
> > -----Original Message-----
> > From: Francisco Jesus Castillo Pinazo
> >             Statement select = conexion.createStatement();
> >             ResultSet resultadoSelect =
> > select.executeQuery("SELECT * FROM
> > tabla");

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to