On Wednesday 18 June 2008, Petr Jakeš wrote:
> Hi,
> I am diging data from the Firebird database using quite complex SQL
> select command.
>
> Now I am using self._connection.queryAll(sql) method, but I would like
> to obtain data including the headers (column names) on the first row as
> well. Does somebody here know how to force SO to return data and
> headers? Please note, headers are obtaining their names in the SQL
> Select command using: "select my_data AS foo from...".

use self._connection.queryAllDescription(sql)

-- 
Dan

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
sqlobject-discuss mailing list
sqlobject-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss

Reply via email to