Federico Spinazzi <[EMAIL PROTECTED]> writes:
Yup, exactly. If you want to use your CLOB in Torque, Torque must know
how to translate "CLOB" in the xml schema to the native database.
Regards
Henning
>Henning P. Schmiedehausen wrote:
>>Federico Spinazzi <[EMAIL PROTECTED]> writes:
>>
>>If you tell me what native datatype db2 uses for CLOBs, I could actually add
>>it to Torque.... :-) Just "CLOB" ?
>>
>> Regards
>> Henning
>>
>>
>Henning,
>I'm not sure if I understand exactly what you are asking me.
>I can say that the following works:
>CREATE TABLE FOO (FOO CLOB);
>INSERT INTO FOO VALUES ('foo');
>-- the following:
>SELECT FOO FROM FOO WHERE FOO = 'foo'; -- eh eh
>-- doesn't work as I think you cannot use a CLOB in a where clause (???).
>Cheers,
>Federico
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
--
Dipl.-Inf. (Univ.) Henning P. Schmiedehausen INTERMETA GmbH
[EMAIL PROTECTED] +49 9131 50 654 0 http://www.intermeta.de/
Java, perl, Solaris, Linux, xSP Consulting, Web Services
freelance consultant -- Jakarta Turbine Development -- hero for hire
"You are being far too rational for this discussion."
--- Scott Robert Ladd in <[EMAIL PROTECTED]>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]