I have been trying out SQLite and ran into something odd. I have just implemented a Delete function and it appears to work fine. It no longer shows up in specific queries or if I list all records in the appropriate table. However, if I take the database file to a PC and examine it, the rows are still there and they show up in the same queries that, on my emulator, they do not. Android no longer sees them even though windows shows they are still there. It doesn't really matter I suppose since this is an Android app and they shouldn't show up but what happens if I create a new record identical to one that I deleted? I assume it will show upon Android but, when I look at it on a PC, will I now have two identical records? My