Android Question working file on the web

Tata Mapassa

Member
Licensed User
Longtime User
Hello,
How to check the existence of a file of the type http://www.site.com/fichier.db? and how to use it directly from the address indicated. For example recording data or consulting data? and finally how to list the fields of a table in a spinner? Thanks for your help
 

DonManfred

Expert
Licensed User
Longtime User
How to check the existence of a file of the type http://www.site.com/fichier.db? and how to use it directly from the address indicated. For example recording data or consulting data?
You CAN NOT use this Databasefile without first downloading it.

You should setup a server with b4j as a man in the middle. See jrdc2.

 
Last edited:
Upvote 0
Top