Accessing symbolics through ODBC (OpenInsight 32-Bit)
At 19 OCT 2004 06:42:57PM Becky Farina wrote:
Hello all,
Is it possible for a reporting-writing app to access data generated using calculated or symbolic columns (similar to the way SLIST uses symbolics) through the Revelation ODBC driver?
Thanks,
Becky
At 20 OCT 2004 08:35AM Bob Carten wrote:
Yes
At 20 OCT 2004 11:57AM Becky Farina wrote:
How does the ODBC driver output multivalued fields that reside in OI to the outside world?
At 21 OCT 2004 12:33PM Bob Carten wrote:
The driver treats them aproxximatey as if you joined a master table to a sub table,
e.g.
myname email1email2email3comes out as
myname email1
myname email2
myname email3