how can i made?

i wish to handle the resultsets like php does:

foreach ($resultobjusuario as $column => $row)
                        $arraydata[$column] = $row;

this made me a map (like collections in gambas) where the index key its the
column table name, and the value its the column currentl field value.

any ideas?, please without made a class for the results! KISS rules

Lenz McKAY Gerardo (PICCORO)
http://qgqlochekone.blogspot.com
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to