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

Home -> Community -> Usenet -> c.d.o.server -> put clob into oracle db from php

put clob into oracle db from php

From: alex <kummer_at_w3concepts.ch>
Date: 19 Nov 2002 03:04:03 -0800
Message-ID: <c1455443.0211190304.57221445@posting.google.com>


hi folks

i have following problem: i try to insert character data into a clob column in a oracle database. the character data contains line feeds, carriage returns and other characters which normally have a function in query strings.

i tried to insert the data using a normal query string. however, i always got the message, that the data contains illegal characters. is there a way i can put my 'illegal characters' into the db anyway?

i forgot to mention that i use php4 and odbc to access the db. and so far i did not find a possiblity to convert the string to unicode.

all replies are highly appreciated!

many thanks in advance.

regards,
alex Received on Tue Nov 19 2002 - 05:04:03 CST

Original text of this message

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