I'm using php to write a system, it's running ms access database. But I just know insert data into record, don't know delete and update record. Someone can show me example..?
look at the example in the columns sextion of phpbuilder.com for an article how to interface. if i am not mistaken there is something there.
good luck
Doesn't access accept standar SQL querys, I think so.
DELETE FROM databasename.tablename WHERE condition