If File.Exists(File.DirDefaultExternal,"cat.db") = False Then
File.Copy(File.DirAssets,"cat.db",File.DirDefaultExternal,"cat.db")
End If
If database.IsInitialized = False Then
database.Initialize(File.DirDefaultExternal, "cat.db", False)
End If
When I re-install an application in some devices (Ideos, Olipad 100) I can not find my db file under the application dir. In Samsung Galaxy o Galaxy s II I always find my db under the application dir.