Henning P. Schmiedehausen wrote:

Hi,

for PostgreSQL, a column of the CLOB type (which is PostgreSQL native
type text) needs quotes around its value. I don't know about other
databases.

Currently we have:

mysql           CLOB = LONGTEXT
oracle          CLOB = CLOB
postgresql      CLOB = text
sapdb           CLOB = LONG UNICODE

does anyone know about the other databases? Do they need quotes around
the value for one of their columns, too?

        Regards
                Henning





DB2 v8 works with quotes. I don't know the kind of the data type.
Cheers,
Federico


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to