Re: psql and jdbc1.2

1999-12-01 Thread Ean R . Schuessler
On Mon, Nov 29, 1999 at 01:08:05PM +, Khalid Ezzaraoui wrote: > I have : > in one side a Win98+jdk1.2.2+(postgresql)jdbc1.2 > in the other side a Linux/Debian/potato/intel/ker2.13 + jdk1.1.7v3 > + psql6.5 and all other uptodate > I got an "SQLException: InputStream as parameter not sup

Re: psql and jdbc1.2

1999-11-29 Thread Stefan Gybas
Khalid Ezzaraoui wrote: > I got an "SQLException: InputStream as parameter not supported" from my > software in Win98. Very simple: The PostgreSQL JDBC driver does not support InputStreams in prepared statements: --- src/interfaces/jdbc/postgresql/jdbc2/PreparedStatement.java --- public voi

Re: psql and jdbc1.2

1999-11-29 Thread Stephane Bortzmeyer
On Monday 29 November 1999, at 13 h 8, the keyboard of Khalid Ezzaraoui <[EMAIL PROTECTED]> wrote: > can someone help me to know what is wrong : Hmm, debian-java is more for Java developers and Java packages maintainers than for user support but: > I have : > in one side a Win98+jdk1.2.2+(

psql and jdbc1.2

1999-11-29 Thread Khalid Ezzaraoui
Hi, can someone help me to know what is wrong : I have : in one side a Win98+jdk1.2.2+(postgresql)jdbc1.2 in the other side a Linux/Debian/potato/intel/ker2.13 + jdk1.1.7v3 + psql6.5 and all other uptodate I got an "SQLException: InputStream as parameter not supported" from my software i