Page 1 of 1

RAW Columns as VARCHAR2 Columns

Posted: Wed 21 Feb 2007 22:49
by jfudickar
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

Posted: Thu 22 Feb 2007 12:01
by Challenger
Please use the TOraDataSet.Options.RawAsString property.

Posted: Thu 22 Feb 2007 21:10
by jfudickar
Ok my fault, i've overseen this.

But you should also update your helpfiles.

This is a missing property.

Greeetings
Jens