Hi,
If I clear my sandbox and run my application, I verify if the connection to my web server is active, if it is, I then
[blockcode]
network.download( Session.Connect…Session.DBName…"/SalesMobile.txt", “GET”, LoadData, event, “SalesMobile.db”, system.DocumentsDirectory)
[/blockcode]
where Session.Connect is a HTTP address with the exact path needed. The problem is that if I do not change the filename, I appear to receive the old DB. Is their a way to make sure it always loads what is in the directory? Am I missing something? [import]uid: 97768 topic_id: 30705 reply_id: 330705[/import]