Re: [JDBC] Large Objects

2001-07-29 Thread Tom Lane
Daniel Fisher <[EMAIL PROTECTED]> writes: > I'm having some trouble inserting a large object into the database. > I'm fairly certain that the problem is in my java code because I wrote some quick >PHP code and it worked fine. > The main problem is I'm not getting any errors, so I'm kinda stumped.

RE: [JDBC] Large Objects

2001-07-29 Thread Kovács Péter
This would be the standard way of inserting Large Objects. But last time I looked at it, it did not work with the jdbc implementation provided with pgsql. -Original Message- From: Nils O. Selåsdal [mailto:[EMAIL PROTECTED]] Sent: Friday, July 27, 2001 9:44 PM To: [EMAIL PROTECTED]; Daniel

RE: [JDBC] Large Objects

2001-07-29 Thread Dave Cramer
Yes, you have to commit the transaction at the end Con.commit(), or con.rollback() I think. Dave -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Tom Lane Sent: July 29, 2001 4:20 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: [JDBC] Large