PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → [WM20] accessing database other than hyperfileSQL
[WM20] accessing database other than hyperfileSQL
Iniciado por guest, 09,ago. 2016 19:51 - 2 respuestas
Publicado el 09,agosto 2016 - 19:51
Hi,

Can WM20 (android & iOS) have the ability to connect to other SQL database other than hyperfileSQL client/server ?
Is it stable ?

Regards,

PETER ZHOU
Publicado el 09,agosto 2016 - 20:21
Hi Peter

not directly...

You'll have to use or write a webservice for that (a simple awp page is enough for that)

Best regards
Publicado el 11,agosto 2016 - 03:06
wm come with it own webservice (windows application)

http://help.windev.com/…

pro ?
- it is easy to setup and use
- no need worry encoding

con ?
- very slow compare to other webservice . I recommend only for low connection .
- need to install native accesses ( ms-sql native access need to pay)
- run on windows only .

if you need for high volume , I recommend you to create your own webservice using asp.net / php / ruby/ java /node.js
for speed -> node.js
for security -> java

write your own webservice can be huge work but it offer flexibility to custom and can run on windows /linux


I have webservice (written in node.js) and mysql running on raspberry pi3 :cheers: