For Rao,Requery in ADO
Posted: Fri Mar 12, 2021 8:07 am
Dear Mr. Rao,
i saw in the example mariaqry.prg that it is possible to use requery
Is it possible to use the same procedure also with ADO?
Thanks
Maurizio
i saw in the example mariaqry.prg that it is possible to use requery
Code: Select all | Expand
if oRs:Requery( cSql )
oRs:SetXbrColumns( oBrw )
oBrw:nEditTypes := EDIT_GET
oBrw:GoTop()
oBrw:Refresh()
return .t.
endif
Is it possible to use the same procedure also with ADO?
Thanks
Maurizio