PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → Replication and WEB Services - which to choose
Replication and WEB Services - which to choose
Iniciado por guest, 30,mar. 2015 14:18 - 4 respuestas
Publicado el 30,marzo 2015 - 14:18
Hi,
I need to add mobile users to my current ERP.
They will have x86 tablets, they won't always have access to the internet and they will ONLY take Orders.
So I probably need some kind of replication (?) or maybe not (?)

I have looked at the options PCSoft offers but they are VERY confusing and at the end it looks like a lot of things can go wrong !!!!

Now what I have on the tablets are 2 kind of files (all HFSQL Classic).
(1) The customer table and the product table (with various other tables like VAT, special pricing etc). These file are NEVER changed on the tablets - they just come from the ERP.

(2) The Order table (Header, OrderProducts) etc. Every tablet has its own series of these files.

So actually what I wan't is now and then REFRESH the (1) tables. Probably doing a total delete and a bulk insert and then Transfering my (2) tables to the ERP.
(probably the other way around)

Does anybody see any problem using WEB Services for the above ?

Steven Sitas
Publicado el 30,marzo 2015 - 14:36
Hi Steven

you can use my WXReplication open source projects for your needs... it does all of it and more <img src="/NG2013_WEB/ui/smiley/1.gif" align=absmiddle border=0 alt=":-)">

Best regards
Publicado el 30,marzo 2015 - 14:53
Hi Fabrice,
Since you are the master of replication, I always listen very carefully to what you say <img src="/NG2013_WEB/ui/smiley/1.gif" align=absmiddle border=0 alt=":)">

I took a look at it - but it scared me ....
Is there a step by step guide on how to implement it or a video of some kind (?)

Steven Sitas
Publicado el 31,marzo 2015 - 14:00
Hi Steven

both...

You will find a document called "HowTo integrate in a WD project with data" in the chapter called "all the things you need to know"

And in the BEFORE YOU DOWNLOAD chapter, I lately added 2 videos (about 4 hours) or course on wxreplication (and it's free)

Have fun
Publicado el 31,marzo 2015 - 19:29
thanks Fabrice

Steven Sitas