Message 1 of 2
wd_mdb_deleteRecs help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am trying to delete a record from my scratchdatabase using this api.
(wd_mdb_deleteRecs hdl tabname query)
This is what i have so far:
(wd_mdb_deleteRecs HDL "TERMS" (STRCAT "[RECNUM] =" (itoa (cdr (last reclist))))
Where (STRCAT "[RECNUM] =" (itoa (cdr (last reclist)))) equals "[RECNUM] =205"
but it is not working. Is there a better way to do this?