Log in

View Full Version : Deleting a file in a pocketpc using VB 6.00


AngelPR
01-10-2003, 09:15 PM
Hi everybody;

I need to delete a cdb file once is imported. I alredy import the file using a .dll but i need to delete the file after this procedure. How can i do that?

Any help please

Angel

PPCdev
01-26-2003, 03:06 PM
Im new to this game, havent even received my new PPC yet, but Im a long time VB programmer. I *think* you will need eVB rather than VB 6.0, its a free download at Microsoft.

Also, can the file not be deleted from within the file manager?

HTH-
Andrew

AngelPR
10-04-2003, 01:25 AM
Im new to this game, havent even received my new PPC yet, but Im a long time VB programmer. I *think* you will need eVB rather than VB 6.0, its a free download at Microsoft.

Also, can the file not be deleted from within the file manager?

HTH-
Andrew

I need to delete the .cdb file so it can't be imported again. This file has transactions made by users that can't be duplicated. Once the file is in the pc, the records are exported to a .MDB file so it can be edited, deleted, etc....

That why i need to delete the file in the pocket pc from the desktop application. The desktop appl. it's the one that import the data from the pocket pc once the pocket is detected by the application using RAPI.