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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.