RAW Columns as VARCHAR2 Columns

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
jfudickar
Posts: 202
Joined: Fri 10 Mar 2006 13:03
Location: Oberursel / Germany

RAW Columns as VARCHAR2 Columns

Post by jfudickar » Wed 21 Feb 2007 22:49

Hi,

is there a way to show RAW Columns as VARCHAR2 columns (without changing the sql).

When i do a select * from v$session then the RAW columns are shown as "(VARBYTES)" and this is not so helpfull.

With my old doa components the contents are shown.

Greetings
Jens

Challenger
Devart Team
Posts: 925
Joined: Thu 17 Nov 2005 10:53

Post by Challenger » Thu 22 Feb 2007 12:01

Please use the TOraDataSet.Options.RawAsString property.

jfudickar
Posts: 202
Joined: Fri 10 Mar 2006 13:03
Location: Oberursel / Germany

Post by jfudickar » Thu 22 Feb 2007 21:10

Ok my fault, i've overseen this.

But you should also update your helpfiles.

This is a missing property.

Greeetings
Jens

Post Reply