Hi,

This has been interesting the last couple of days - even if it ends up not helping folks directly - it sure helped me.

My question for this email.

I have a query:

SELECT "COL1" AS "ALIAS" FROM "TABLE"

Now I am handed a dataform in a routine and I need to find the column names in the table, not the alias.

I thought that using the ResultsetColumn object and the properties

column.label = Alias
column.name = COL1

but no.

So am I just wrong on that?

Thanks

Drew

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@dba.openoffice.org
For additional commands, e-mail: dev-h...@dba.openoffice.org

Reply via email to