Hi everyone, I can't access a file located on a Raspberry Pi that I need to update with B4A. I keep getting an error like android.database.sqlite.SQLiteCantOpenDatabaseException: Cannot open database '/RASPBERRYPI/CartellaCondivisa/Fotovoltaico.db' with flags 0x10: Directory /RASPBERRYPI/CartellaCondivisa doesn't exist.
DB.Initialize("//RASPBERRYPI/CartellaCondivisa","Fotovoltaico.db",False)
From Windows, I can see the directory and all its files.
From Android File Manager, I can see the directory and all its files.
B4A Version: 13.40
Java Version: 19
Do you have any advice?
Thanks
DB.Initialize("//RASPBERRYPI/CartellaCondivisa","Fotovoltaico.db",False)
From Windows, I can see the directory and all its files.
From Android File Manager, I can see the directory and all its files.
B4A Version: 13.40
Java Version: 19
Do you have any advice?
Thanks