Re: JDBC connection failure
От
Robert B. Easter
Тема
Re: JDBC connection failure
Дата
Msg-id
0101272142420Z.08820@comptechnews
Ответ на
Re: JDBC connection failure (Jeff Duffy)
Список
Дерево обсуждения
JDBC connection failure Culley Harrelson <culleyharrelson@yahoo.com>
Re: JDBC connection failure Jeff Duffy <jduffy@greatbridge.com>
Re: JDBC connection failure "Robert B. Easter" <reaster@comptechnews.com>
Here is a little example I played with that worked fine:
<%@ page info="Example JSP pre-compiled"
import="java.io.*,java.sql.*,java.text.*" %>
Java-Test: hello
<%!
Connection db;
Statement st;
ResultSet rs;
%>
| uname | |
|---|---|
| <%= rs.getString("uname") %> | <%= rs.getString("email") %> |
В списке pgsql-general по дате отправления