[JDBC] Mismatched JDBC and Java Type

2001-04-27 Thread Mike Finn
I am using a short (Short) in my application for a particular data field My understanding is that this should map to the JDBC type 'smallInt' which in turn maps to the postgresql type int2. However when I retrieve data via JDBC (jdbc7.0-1.2.jar, 7.0.3-2 engine) the int2 fields are returned as jav

[JDBC] [ROWSET]

2001-04-27 Thread AL
I'm new to this mailing list and have found it whilst grappling with pgsql-jdbc within Jbuilder on Linux.Having great fun with it over the last Month or so, due to the nature of a project I am working on I have read about the JDBC Optional package (in Reese's Oreilly JDBC book). In particular he d

[JDBC] Loading JDBC70 is not an easy problem

2001-04-27 Thread dejudi
basically because of lack of experience in linux !All those users (like me!!) who still cant run a java application using the postgresql driver ,really need a "cookbook" can Mr Mount or whoever else write and post it??