Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Problem with BLOB Objects

Re: Problem with BLOB Objects

From: Tom Dyess <tdyess_at_dysr.com>
Date: Fri, 18 Feb 2005 12:18:12 -0500
Message-ID: <onpRd.422$hd6.90@bignews1.bellsouth.net>


"Monica" <monica.ramosgar_at_gmail.com> wrote in message news:acc7585a.0502170332.74c45839_at_posting.google.com...
> Hi,
>
> I have a problem when i try to insert in a oracle database which
> have blob columns, the program answer me:
>
> bind variable 'xxx' not defined
>
> I don't know what's the problem here, if i haven't define ok the
> database or another thing... If someone can help me...
>
> Thank you

It sounds like a language issue and not a blob issue. What language are you using? In Delphi, you have to explicitely define each bind variable holder in your insert. In Java, you just have to define the value that is to be bound.

-- 
Tom Dyess
OraclePower.com 
Received on Fri Feb 18 2005 - 11:18:12 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US