- Jun 6, 2020
- 11,559
- 4,422
Hello,
I'm trying to update an app developed in 2016.
Today issue: I collect data's that need to be added into my local database. Issue is that instead adding the data's into the local data base, it creates a new temporary file
NB: I want my app to save files into "File.DirRootExternal" => in the manifest, I have "<uses-sdk android:minSdkVersion="5" android:targetSdkVersion="28"/>" and I'm clear that my app will never be shared on Google Play.
The was I proceed:
I'm trying to update an app developed in 2016.
Today issue: I collect data's that need to be added into my local database. Issue is that instead adding the data's into the local data base, it creates a new temporary file
برای دیدن تصاویر باید ثبت نام کنید
NB: I want my app to save files into "File.DirRootExternal" => in the manifest, I have "<uses-sdk android:minSdkVersion="5" android:targetSdkVersion="28"/>" and I'm clear that my app will never be shared on Google Play.
The was I proceed:
In main, I create all folders and subfolders needed'In starter
Public SQL1 As SQL
Public NomBaseDeDonnees As String : NomBaseDeDonnees = "InventaireLogement.db"
Public NomBaseDeDonneesDeSupport As String : NomBaseDeDonneesDeSupport = "InventaireLogement.db"
'Reference database is stored in DirAsset
Click to expand...
As example:
If File.Exists(Starter.EmplacementStockageSurDevice & Starter.RepertoireRacine & Starter.NomApplication & "/Data...
Click to expand...
برای دیدن لینک ها باید ثبت نام کنید
برای دیدن لینک ها باید ثبت نام کنید