Search:

Type: Posts; User: Akoori

Search: Search took 0.08 seconds.

  1. Replies
    2
    Views
    4,222

    Re: How to Run PostgreSQL Query in JSP?!

    Thanks
    I want to see My Query result
    SELECT datname FROM pg_database this is true PostgreSQL query
    I want JSP file to show result of it for me
    That mean I want a way to see result of query in...
  2. Replies
    2
    Views
    4,222

    How to Run PostgreSQL Query in JSP?!

    Hi every body
    I search in google for JSP file to run PostgreSQL query , I find below code :

    <%@ page contentType="text/html; charset=iso-8859-1" language="java" import="java.sql.* " %>
    <%@ page...
Results 1 to 2 of 2