ars_DeleteEntry
Brought to you by:
jeffmurphy
|
From: David A. <D.J...@so...> - 1997-04-17 16:25:19
|
I may have an early version of ARSPerl, but it is very useful! However, a simple script I wrote, which deletes a record from a schema, fails when the entry-id is not the default length of 15, but is shorter and has a prefix. For example, I try to delete record IB000215 with the line $r = ars_DeleteEntry($ctrl, $schema, $entryid); and get the error message: Entry does not exist in database : 0000000IB000215 Is there a workaround to prevent 0000000 being prefixed? -- David Adams Computing Services University of Southampton |