User Tools

Site Tools


classes:general:dbsamples:java_postgres

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
classes:general:dbsamples:java_postgres [2017/01/14 19:58] localadminclasses:general:dbsamples:java_postgres [2018/11/13 11:58] (current) localadmin
Line 8: Line 8:
 This program connects to the database, runs the query, and iterates through a ResultSet containing the query results and displays the first item of each result to the screen. This program connects to the database, runs the query, and iterates through a ResultSet containing the query results and displays the first item of each result to the screen.
  
-You can find the PostgreSQL JDBC library at [[http://jdbc.postgres.org|the main postgres JDBC library page]] FIXME+You can find the PostgreSQL JDBC library at [[https://jdbc.postgresql.org/|the main postgres JDBC library page]]
  
 Make sure to have the appropriate PostgreSQL JDBC library in your CLASSPATH or loaded into your Java IDE. Make sure to have the appropriate PostgreSQL JDBC library in your CLASSPATH or loaded into your Java IDE.
classes/general/dbsamples/java_postgres.1484445492.txt.gz · Last modified: 2017/01/14 19:58 by localadmin