PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → how can upload and import  files from database like image files, Data files and otherfiles in windev Mobile 17
how can upload and import files from database like image files, Data files and otherfiles in windev Mobile 17
Iniciado por guest, 13,ene. 2015 09:51 - 1 respuesta
Publicado el 13,enero 2015 - 09:51
Hey All
how can upload and import files from Database like image files and Data Files and Other files in windev mobile 17 and what function i used for importing and uploading files in windev mobile 17 like image files and Data files and Other files uploading and importing what function i used
Publicado el 13,enero 2015 - 10:24
Rahul,
You basicly have to get your files from a webserver, using a webservice or just a webpage.
Your app sends a request to the webserver. Then the webserver gets the file from a database or directly from disk and sends it back to your app.

these post may help
http://27130.foren.mysnip.de/read.php…
<a class="ExternalLink" rel="nofollow" target="_blank" href="http://27130.foren.mysnip.de/read.php?27131,447510,447510#msg-447510">http://27130.foren.mysnip.de/read.php&hellip;</a>

In WM18 you can connect to a HFSQL-server directly. Then you could store files in a blob-field in the database (on a server) and pull them from your device using HExtractMemo()