i saw in the example mariaqry.prg that it is possible to use requery
- Code: Select all Expand view
- 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