PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV Mobile 2024 → WINDOWS CE x POSTGRESQL
WINDOWS CE x POSTGRESQL
Débuté par MARCOS ALVES, 20 avr. 2015 12:33 - 6 réponses
Membre enregistré
8 messages
Popularité : +2 (2 votes)
Posté le 20 avril 2015 - 12:33
Good day,

I developed a smartphone X PostgreSql system using SQLConnectWS.

Exemple: gnNumeroconexao is int = SQLConnectWS(gsSRVSrv,SRVIP,gsSRVUser,gsSRVPass,gsSRVBd,"PostgreSQL")

Please someone help me with I do communication Windows CE X Postgresql.


Thank you,

Marcos Alves


Google translation.
Membre enregistré
123 messages
Popularité : +46 (46 votes)
Membre enregistré
8 messages
Popularité : +2 (2 votes)
Posté le 04 mai 2015 - 01:13
Thank you William, but you did not understand my doubts.

I need necessary develop for (Windows CE) X (PostgreSql)

The (SQLCONNECTWS) function Works with Smartphone, don't Works with Windows CE (scanner MC9190 Motorola)

Do you have other idea?

Marcos Alves
Posté le 04 mai 2015 - 15:43
Hi Marcos,

I think he understood the question and is answering it correctly...
The right way to solve your problem is to develop a webservice to
replace sqlconnectWS and to call it from your windows CE application

This webservice can be as simple as a webdev awp page, and in that case
you would communicate with it from windows CE using httprequest

Best regards


--
Fabrice Harari
Consultant WinDev, WebDev et WinDev Mobile International

Disponible : WXShowroom.com, WXReplication (open source)
Bientôt : WXEDM (open source)
Plus d'information sur http://fabriceharari.com


On 5/3/2015 5:13 PM, MARCOS ALVES wrote:
Thank you William, but you did not understand my doubts.

I need necessary develop for (Windows CE) X (PostgreSql)

The (SQLCONNECTWS) function Works with Smartphone, don't Works with
Windows CE (scanner MC9190 Motorola)

Do you have other idea?

Marcos Alves
Membre enregistré
123 messages
Popularité : +46 (46 votes)
Posté le 05 mai 2015 - 22:47
you get to test the function in Windows CE?
The documentation does not mention incompatibility with Windows CE

--
Atte. Willian Fernando
Best Regards Willian Fernando
Membre enregistré
8 messages
Popularité : +2 (2 votes)
Posté le 06 mai 2015 - 01:57
Hi Willian e Fabrice,


Yes, I auditioned. The function (SqlConnectWs) is not recognized in Windows CE, I'm using the Scanner (MC9190 Windows Embedded 6.5)

The Fabrice above, reported to use the function (httprequest). But I don't have enough information to be able to use.

Fabrice, Do you have exemple httprequest to WebServer?

Thank you,


Marcos Alves
Posté le 06 mai 2015 - 12:46
Hi Marcos

yes I do... It's the core of the communication system in wxreplication,
available as open source on my site

Best regards

--
Fabrice Harari
International WinDev, WebDev and WinDev mobile Consulting

Already there: WXShowroom.com, WXReplication (open source)
Coming soon: WXEDM (open source)
More information on http://www.fabriceharari.com


On 5/5/2015 5:57 PM, MARCOS ALVES wrote:
Hi Willian e Fabrice,

Yes, I auditioned. The function (SqlConnectWs) is not recognized in
Windows CE, I'm using the Scanner (MC9190 Windows Embedded 6.5)

The Fabrice above, reported to use the function (httprequest). But I
don't have enough information to be able to use.

Fabrice, Do you have exemple httprequest to WebServer?

Thank you,

Marcos Alves