Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. digitalnomad

    Creating a stored procedure

    I'm going to rephrase your question and then answer it as I've interpreted it. Correct me if I'm wrong in the interpretation. You a) know how to make a stored proc on the DB server, and b) want to "objectize" the results from that proc in Java objects, but you c) aren't sure how to implement...
  2. digitalnomad

    WSAD 512 / PostgreSQL (win) datasource setup

    Solved. Great reference doc I had not yet found (http://jdbc.postgresql.org/documentation/81/datasource.html) describes which datasource implementation to use for the client (specified in the deployment descriptor), and which one to use for the server. Goes on to describe what the "resource...
  3. digitalnomad

    Cycle through recordset fields

    the word recordset threw me because i think that's a VB term... but I'm assuming that you're using Java given the location of your post. Super easy to do what you're talking about. From the java.sql.ResultSet, you can call getMetaData(), and from the metadata object you can find out tons of...
  4. digitalnomad

    WSAD 512 / PostgreSQL (win) datasource setup

    Going to detail setup using very brief statements: 1. Using WSAD 5.1.2 on Windows. 2. Installed Postgre 8.1.4. 3. Have postgresql-8.1-407.jdbc3.jar in server classpath (local WSAD test server). 4. Modified [postgre home]\data\pg_hba.conf to include: local all...

Part and Inventory Search

Back
Top