Hi,
In my previous Harbour and FWH version, in order to load contents of Recordset in ADO, I did:
But now, the format of the array is wrong. Is there another way to achieve the result?
Thank you.
In my previous Harbour and FWH version, in order to load contents of Recordset in ADO, I did:
IF ! ( oRsClientes:Eof .and. oRsClientes:Bof )
oRsClientes:MoveFirst()
aArray1 := oRsClientes:GetRows()
ENDIFBut now, the format of the array is wrong. Is there another way to achieve the result?
Thank you.
Saludos / Regards,
FWH 20.04, Harbour 3.2.0 dev (r1909261630) y BCC 7.40
FWH 20.04, Harbour 3.2.0 dev (r1909261630) y BCC 7.40