I need to put the result of 2 recordset in an array.
Thanks and regards
Is there something like aData += oRs:GetRows() ??
Is there something like aData += oRs:GetRows() ??
Saludos,
Gonzalo
Puerto Montt - CHILE
FWH 21.01 - Harbour 3.2.0dev (r2008190002) - Borland/Embarcadero C++ 7.0(32-bit)
Gonzalo
Puerto Montt - CHILE
FWH 21.01 - Harbour 3.2.0dev (r2008190002) - Borland/Embarcadero C++ 7.0(32-bit)
- nageswaragunupudi
- Posts: 8017
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Contact:
Re: Is there something like aData += oRs:GetRows() ??
Code: Select all
aResult := AMERGE( RsGetRows( oRs1 ), RsGetRows( oRs2 ) )
Regards
G. N. Rao.
Hyderabad, India
G. N. Rao.
Hyderabad, India
Re: Is there something like aData += oRs:GetRows() ??
Rao, many thanksnageswaragunupudi wrote:Code: Select all
aResult := AMERGE( RsGetRows( oRs1 ), RsGetRows( oRs2 ) )
Saludos,
Gonzalo
Puerto Montt - CHILE
FWH 21.01 - Harbour 3.2.0dev (r2008190002) - Borland/Embarcadero C++ 7.0(32-bit)
Gonzalo
Puerto Montt - CHILE
FWH 21.01 - Harbour 3.2.0dev (r2008190002) - Borland/Embarcadero C++ 7.0(32-bit)