Re: CLOB SUPPORTED in Delphi 5/7 ADO ?
- From: "Mick Board" <mick_board@xxxxxxxxx>
- Date: Mon, 26 Sep 2005 13:00:13 +1000
I've had success using with the Oracle's Provider for OLE DB but not
Microsoft's equivalent which doesn't seem to like CLOBs or BLOBs.
Regards,
Mick.
"Michael Jacobs" <iq193@xxxxxxxxxxxxx> wrote in message
news:43369a44$1@xxxxxxxxxxxxxxxxxxxxxxxxx
> 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
>>
>>
>>
>> --
>>
>
>
.
- References:
- CLOB SUPPORTED in Delphi 5/7 ADO ?
- From: Jean-Michel Granier
- Re: CLOB SUPPORTED in Delphi 5/7 ADO ?
- From: Graham Harris
- Re: CLOB SUPPORTED in Delphi 5/7 ADO ?
- From: Michael Jacobs
- CLOB SUPPORTED in Delphi 5/7 ADO ?
- Prev by Date: Re: DeerSoft, Adonis, or Borland ???
- Next by Date: Re: ADO failing on XP - untangling MDAC and Jet DLLs
- Previous by thread: Re: CLOB SUPPORTED in Delphi 5/7 ADO ?
- Next by thread: MS Jet Engine 4
- Index(es):
Relevant Pages
|