FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Is there something like aData += oRs:GetRows() ??
Posts: 115
Joined: Fri Oct 14, 2005 07:10 PM
Is there something like aData += oRs:GetRows() ??
Posted: Wed Mar 11, 2020 02:51 PM

I need to put the result of 2 recordset in an array.

Thanks and regards

Saludos,

Gonzalo

Puerto Montt - CHILE

FWH 22.12 - Harbour 3.2.0dev (r2008190002) - Borland/Embarcadero C++ 7.0(32-bit)
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: Is there something like aData += oRs:GetRows() ??
Posted: Wed Mar 11, 2020 03:19 PM
Code (fw): Select all Collapse
aResult := AMERGE( RsGetRows( oRs1 ), RsGetRows( oRs2 ) )
Regards



G. N. Rao.

Hyderabad, India
Posts: 115
Joined: Fri Oct 14, 2005 07:10 PM
Re: Is there something like aData += oRs:GetRows() ??
Posted: Wed Mar 11, 2020 03:50 PM
nageswaragunupudi wrote:
Code (fw): Select all Collapse
aResult := AMERGE( RsGetRows( oRs1 ), RsGetRows( oRs2 ) )


Rao, many thanks
Saludos,

Gonzalo

Puerto Montt - CHILE

FWH 22.12 - Harbour 3.2.0dev (r2008190002) - Borland/Embarcadero C++ 7.0(32-bit)

Continue the discussion