Is there something like aData += oRs:GetRows() ??
Posted: Wed Mar 11, 2020 2:51 pm
I need to put the result of 2 recordset in an array.
Thanks and regards
Thanks and regards
www.FiveTechSoft.com
http://forums.fivetechsoft.com/
Code: Select all
aResult := AMERGE( RsGetRows( oRs1 ), RsGetRows( oRs2 ) )
Rao, many thanksnageswaragunupudi wrote:Code: Select all
aResult := AMERGE( RsGetRows( oRs1 ), RsGetRows( oRs2 ) )