Enable Composites.
Posted: Mon 20 Apr 2009 09:26
Hello,
I must doing something wrong but 'EnableComposites = true' on PgConnection is NOT creating separate fields for every type on composite.
I have the simplest example:
SELECT ROW(1.67, 'text', 2.45) AS tttotal
I can select tttotal field on a dbedit, but I cannot access to subfields in the row (I don't know how to do it).
Can sombody point me in the right direction ?
Greetings.
I must doing something wrong but 'EnableComposites = true' on PgConnection is NOT creating separate fields for every type on composite.
I have the simplest example:
SELECT ROW(1.67, 'text', 2.45) AS tttotal
I can select tttotal field on a dbedit, but I cannot access to subfields in the row (I don't know how to do it).
Can sombody point me in the right direction ?
Greetings.