PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → Anybody remember this ....
Anybody remember this ....
Iniciado por guest, 03,mar. 2016 14:19 - 8 respuestas
Publicado el 03,marzo 2016 - 14:19
Hi,
I have read somewhere - in PCSofts documentation - about an AUTOMATIC webservice that opens up our database(s) to SQL type of commands.
Was a feature I think of v18 or v19.

Anybody remember this ???

Steven Sitas
Publicado el 03,marzo 2016 - 14:23
Steven,
I think you refer to RPC http://doc.windev.com/en-US/…
But is is somewhat limited afaik (no Android/ios). Never used ot because it's too much a blakcbox for me, which means I'm not in control aymore.
Publicado el 03,marzo 2016 - 14:54
Hi Arie,
NO this is not the one :(
The one I am talking about is a WEB Service - designed by PCSoft - that let us use SQL commands to fetch data /and update.
I think it was first implemented in v18 (or v17), but I can't find the what's new PDFs for these versions.

Steven Sitas
Publicado el 03,marzo 2016 - 14:59
Hi Steven,

Check if this is what you are looking for: http://doc.windev.com/en-US/…
Publicado el 03,marzo 2016 - 15:14
Hi Paulo,
thats the one

thanks
Steven Sitas
Publicado el 05,marzo 2016 - 16:45
Hi all

is this available for windev 20 users? or only for webdev users?

If available for windev 20 users would anyone be able to post a download link?


Thanks
Noel
Publicado el 05,marzo 2016 - 17:28
Hi, yes, of course, that's the reason for the delivery of the WEBDEV application server (10 connections) together with WINDEV. I have not the slightest idea whether this will work just fine on a Linux server too, whether it's reliable etc. I'd appreciate very much if someone could confirm a satisfying function on a Windows and Linux server. Note: SQLConnectWS supports no H-commands, SQL only. Connection to a lot of databases, HFSQL - as they say - too.
Publicado el 05,marzo 2016 - 18:07
Quote
Noel Tanti

Hi all





is this available for windev 20 users? or only for webdev users?





If available for windev 20 users would anyone be able to post a download link?








Thanks


Noel

yes . is on the server, run the WX200PACKRSRV.EXE program found in the "Install\WDServerR" sub-directory of the requested product.

http://help.windev.com/en-US/…
Publicado el 05,marzo 2016 - 18:29
Quote
GuenterP

Hi, yes, of course, that's the reason for the delivery of the WEBDEV application server (10 connections) together with WINDEV. I have not the slightest idea whether this will work just fine on a Linux server too, whether it's reliable etc. I'd appreciate very much if someone could confirm a satisfying function on a Windows and Linux server. Note: SQLConnectWS supports no H-commands, SQL only. Connection to a lot of databases, HFSQL - as they say - too.

WDServerR is windows only and need to install native access for external db access.

it's extreme slow and a lot of bugs (beware !! a lot db error will not be return by the webservice ).

i don't know if performance will be better if using the full version of webdev .