Re: [JDBC] JDBC PostgreSQhelL

2001-10-19 Thread Barry Lind
I would suggest starting with the 7.1 drivers off of jdbc.postgresql.org. The functionality they provide for Blobs/LargeObjects matches the documentation you are using. You can also try the 7.2 drivers that you can also download from jdbc.postgresql.org. In these drivers the implementation o

Re: [JDBC] JDBC PostgreSQhelL

2001-10-18 Thread acshafer
Dear Barry, > The problem is that you are using current development code with > instructions that are written for 7.1. I'm a bit confused with your response, if you check the postgres documentation, these intructions have been there for a long time. I'm looking 7.1.3 and the documentation fo

Re: [JDBC] JDBC PostgreSQhelL

2001-10-18 Thread Barry Lind
The error stack you had in your original email indicates you are running a 7.2development version of the driver. Since QueryExecutor didn't exist in 7.1. (Sorry I didn't explain how I came up with the conclusion you were running 7.2development code). >>at org.postgresql.core.QueryExecutor.e

Re: [JDBC] JDBC PostgreSQhelL

2001-10-18 Thread acshafer
> The error stack you had in your original email indicates you are running > a 7.2development version of the driver. Since QueryExecutor didn't > exist in 7.1. (Sorry I didn't explain how I came up with the conclusion > you were running 7.2development code). > > >>at org.postgresql.core.Q

Re: [JDBC] JDBC PostgreSQhelL

2001-10-18 Thread Barry Lind
The problem is that you are using current development code with instructions that are written for 7.1. You can either get the 7.1 jdbc drivers which should work according to the documentation you are using, or you can use the 'compatible' parameter to set the behavior in the 7.2 driver back to

[JDBC] JDBC PostgreSQhelL

2001-10-17 Thread acshafer
I'm a getting a bit flustered with my old friend Postgresql. Everything was fine and dandy until I decided I needed to use large objects. At first, after following the documentation, I was getting InputStream not supported as a parameter. I started looking around and found some things in the