Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Problem with BLOB Objects
"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.comReceived on Fri Feb 18 2005 - 11:18:12 CST