TSmartQuery.Describe

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
jdorlon
Posts: 202
Joined: Fri 05 Jan 2007 22:07

TSmartQuery.Describe

Post by jdorlon » Fri 14 Jun 2013 13:48

Hello,

After performing a TSmartQuery.Describe, and then looking at FieldDefs, is there any way to distinguish an XMLTYPE stored as CLOB vs an XMLTYPE stored as BINARY?

Thanks,

John

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: TSmartQuery.Describe

Post by AlexP » Thu 20 Jun 2013 08:40

Hello,

No, unfortunately, it is impossible to define the XML field type by FieldDefs. For this, the table DDL should be analyzed.

Post Reply