Page 1 of 1

FW_RecordSetToArray

PostPosted: Sun Jun 16, 2013 2:28 pm
by elvira
Hello,

It would be very useful to have this function.

Thanks.

Re: FW_RecordSetToArray

PostPosted: Thu Jun 20, 2013 11:19 am
by lucasdebeltran
Muy interesante ;).

Re: FW_RecordSetToArray

PostPosted: Thu Jun 20, 2013 2:04 pm
by mastintin
function FW_RecToHash( cFieldList, cNames ) ? . ¿ serviría para un recordSet ?
Se encuentra en : \fwh\source\classes\database.prg

Re: FW_RecordSetToArray

PostPosted: Thu Jun 20, 2013 6:06 pm
by lucasdebeltran
No, no sirve porque hay que pasarle el objeto Recordset, oRS

Re: FW_RecordSetToArray

PostPosted: Fri Jun 12, 2015 1:30 am
by nageswaragunupudi
elvira wrote:Hello,

It would be very useful to have this function.

Thanks.

It is very likely that by now you must be knowing already.
This is so simple that it does not require a separate function.

Code: Select all  Expand view
aData := oRs:GetRows()