B4X FEED Don't update my SQL database, but create new temporary files

اطلاعات موضوع

درباره موضوع در تاریخ, در دسته b4xfeed ایجاد شده و آغاز کننده آن practicalsoftمی باشد و موضوع آن: Don't update my SQL database, but create new temporary files است. این موضوع تا کنون 59 بازدید کننده و, 0 پاسخ داشته و 0 بار پسندیده شده...
نام دسته b4xfeed
نام موضوع Don't update my SQL database, but create new temporary files
آغاز کننده موضوع practicalsoft
تاریخ شروع
پاسخ‌ها
0
بازدیدها
59
پسندها
0
آخرین ارسال توسط PracticalSoft
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:
'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...
In main, I create all folders and subfolders needed
As example:
If File.Exists(Starter.EmplacementStockageSurDevice & Starter.RepertoireRacine & Starter.NomApplication & "/Data...
Click to expand...



 

عقب
بالا