RE: Application that deletes itself

2008-05-29 Thread Vadim Tishkevitch
I think it may be done this way: LocalID lid; DmCloseDatabase(DmNextOpenResDatabase(0)); lid = DmFindDatabase(0, dbname); DmDeleteDatabase(0, lid); SysReset(); -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see

Re: Application that deletes itself

2000-07-10 Thread Aaron Ardiri
I'm thinking of a program that deletes itself after execution. There are various interesting tasks for such a "one-time" app - add some entries to an already installed database - install a hack - patch the OS, correct OS resources ... - virus az. -- Aaron Ardiri Java Certified

RE: Application that deletes itself

2000-07-10 Thread Vadim Tishkevitch
I think it may be done this way: LocalID lid; DmCloseDatabase(DmNextOpenResDatabase(0)); lid = DmFindDatabase(0, dbname); DmDeleteDatabase(0, lid); SysReset(); -- For information on using the Palm Developer Forums, or to unsubscribe, please see