Re: CLOB SUPPORTED in Delphi 5/7 ADO ?
- From: "Michael Jacobs" <iq193@xxxxxxxxxxxxx>
- Date: Sun, 25 Sep 2005 08:40:12 -0400
Yes. Oracle CLOBs can be problematic using Delphi and ADO. I've had success
when inserting data by specifying the datatype as 'ftMemo', but retrieveing
is a different issue and the 'datatype' returned by Oracle doesn't seem to
map to a datatype in ADO.
You might want to consider switching to NCOCI8 (free) for this application.
You can find it here: http://www.da-soft.com/
HTH,
Michael
"Graham Harris" <ng@xxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:4334f718@xxxxxxxxxxxxxxxxxxxxxxxxx
> Jean-Michel Granier wrote:
>
> What is the query being used? Have (for example) writen the query
> as
>
> select clob_field from clob_table where value = : VALUE
>
> Note the space after the parameter indicator. This could give you the
> error you are talking about. to fix it just delete the space.
>
> HTH
>
> Graham Harris
>> Hello there,
>>
>> big problem
>>
>> i need to query a table which contains a clob field.
>>
>> The query hangs with : not supported field.
>>
>> BDE runs the query fine.
>> Toad : OK
>> DBArtisan : OK
>>
>> Oracle 9.2.1.0 version both client and server side
>> mdac 2.8
>> tried with mdac 2.7 and also ORacle 8.1.7.0 client.
>>
>>
>> What/where is the problem with CLOB and Delphi ???
>>
>> Best regards.
>>
>> Jean-Michel
>>
>>
>> PS'SOFT The IT Asset & Service Management Specialists Jean-Michel
>> Granier Chef de Produits "Le Berlioz" - 100, rue Albert Caquot 06410
>> Sophia-Antipolis/Biot - France jmgranier@xxxxxxxxxx +33 (0)4 93 65 27
>> 86
>
>
>
> --
>
.
- Follow-Ups:
- Re: CLOB SUPPORTED in Delphi 5/7 ADO ?
- From: Mick Board
- Re: CLOB SUPPORTED in Delphi 5/7 ADO ?
- References:
- CLOB SUPPORTED in Delphi 5/7 ADO ?
- From: Jean-Michel Granier
- Re: CLOB SUPPORTED in Delphi 5/7 ADO ?
- From: Graham Harris
- CLOB SUPPORTED in Delphi 5/7 ADO ?
- Prev by Date: Re: ADO failing on XP - untangling MDAC and Jet DLLs
- Next by Date: Re: D5 with ADO
- Previous by thread: Re: CLOB SUPPORTED in Delphi 5/7 ADO ?
- Next by thread: Re: CLOB SUPPORTED in Delphi 5/7 ADO ?
- Index(es):
Relevant Pages
|