How to retrieve deleted records using vb.net and vfpoledb provider

Hi guys I'm trying to retrieve deleted records in a DBF(dbase IV)

for now I'm using this connection string

Constring = " Provider = vfpoledb; Data Source=" & path & "; Extended Properties=dBase IV DELETED=true"

Works fine but can't retrieve the deleted records

Thank you guys in advance

0 answers