Re: [PHP-DB] Oracle 8i questions

2001-02-26 Thread Joe Brown
":body" in sql isn't the same as ":bodytext" in the bindbyname statement, after that, you're in deeper than myself... HTH, -Joe ""Chris Murtland"" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I apologize for my cross-post, but since I received no response on

Re: [PHP-DB] Oracle 8i questions

2001-02-26 Thread Andreas Karajannis
Chris Murtland wrote: > I am trying to update an Oracle 8i CLOB field. I have looked at > previous messages on the list and am trying the following: > $sql="update murtland.articles set title='$title',release_date=TO_DATE('$release_date','-MM-DD'),body=:body > text,sectio

[PHP-DB] Oracle 8i questions

2001-02-26 Thread Chris Murtland
I apologize for my cross-post, but since I received no response on the general list, I decided I must have posted in the wrong place. I am trying to update an Oracle 8i CLOB field. I have looked at previous messages on the list and am trying the following: $sql="update murtland.articles