i am using ADO...
connecting to a foxpro database via DSN...
i am using...rs.open "delete from abc.dbf where empcode='" & sdfkjdkf &
"'",cn,3,1
this statement is deleting the record from the foxpro table, but it is not
parmanently deleting from the table..
Dipak