anks
chris
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Kovács Péter
Sent: Monday, July 30, 2001 3:12 AM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; Daniel Fisher;
[EMAIL PROTECTED]
Subject: RE: [JDBC] Large Objects
This would be the standard way of inserting Large Ob
]; Daniel Fisher; [EMAIL PROTECTED]
Subject: Re: [JDBC] Large Objects
if you want to insert Large Objects, you need to use one of the setXXXStream
of the statement, not setBytes.
---(end of broadcast)---
TIP 1: subscribe and unsubscribe commands go to
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
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.
On Friday 27 July 2001 16:59, Daniel Fisher wrote:
> I'm am attempting to make one of my Java servlets work with both MySQL &
> Postgres. 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 co
I tried that but I got the same results.
--
Daniel Fisher
On Friday 27 July 2001 12:36, you wrote:
> You probably need to add a conn.commit(); statement after the
> executeUpdate.
>
> Philip
>
> On Fri, 27 Jul 2001, Daniel Fisher wrote:
> > I'm am attempting to make one of my Java servlets wor
gine-
> > De: Daniel Fisher [SMTP:[EMAIL PROTECTED]]
> > Date: vendredi 27 juillet 2001 18:00
> > À: [EMAIL PROTECTED]
> > Objet: [JDBC] Large Objects
> >
> > I'm am attempting to make one of my Java servlets work with both MySQL &
> &g
You probably need to add a conn.commit(); statement after the
executeUpdate.
Philip
On Fri, 27 Jul 2001, Daniel Fisher wrote:
> I'm am attempting to make one of my Java servlets work with both MySQL & Postgres.
> I'm having some trouble inserting a large object into the database.
> I'm fairly
;origine-
> De: Daniel Fisher [SMTP:[EMAIL PROTECTED]]
> Date: vendredi 27 juillet 2001 18:00
> À:[EMAIL PROTECTED]
> Objet: [JDBC] Large Objects
>
> I'm am attempting to make one of my Java servlets work with both MySQL &
> Postgres.
> I'm having
49 75
http://www.sesam.org
---
> -Message d'origine-
> De: Daniel Fisher [SMTP:[EMAIL PROTECTED]]
> Date: vendredi 27 juillet 2001 18:00
> À:[EMAIL PROTECTED]
> Objet: [JDBC] Large Objects
>
> I'm am attempting to ma
I'm am attempting to make one of my Java servlets work with both MySQL & Postgres.
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
11 matches
Mail list logo