nicholasting
Programmer
with the connection string below, i write the queries
Provider=VFPOLEDB.1;Data Source=C:\VFPDATA;Collating Sequence=MACHINE;Mode=ReadWrite
-------------------------------------------------------
SQL = "DELETE FROM FoxPro_Employee.dbf"
gconn.execute SQL
cmd.CommandText = "Set Exclusive Onack FoxPro_Employee.dbf"
cmd.Execute
-------------------------------------------------------
althought the query is execute successfully, but the records do not deleted.
is that anything i did wrong?
please help!
thanks.
regards,
nicholas
Provider=VFPOLEDB.1;Data Source=C:\VFPDATA;Collating Sequence=MACHINE;Mode=ReadWrite
-------------------------------------------------------
SQL = "DELETE FROM FoxPro_Employee.dbf"
gconn.execute SQL
cmd.CommandText = "Set Exclusive Onack FoxPro_Employee.dbf"
cmd.Execute
-------------------------------------------------------
althought the query is execute successfully, but the records do not deleted.
is that anything i did wrong?
please help!
thanks.
regards,
nicholas