<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>17 Nov 2020 15:42:53 Z</lastBuildDate><pubDate>24 Jan 2018 10:51:35 Z</pubDate><description>Hi guys,&#13;
&#13;
I just wonder what is the proper way to do something like this:&#13;
&#13;
I've got a Windows CE barcode scanner that saves some data to a local HFSQL table (lets call it SERNUM).&#13;
&#13;
The user of this scanner should be able to transfer this data to a HFSQL client/server database.&#13;
&#13;
So, here is my idea: I open a connection to the CS database and open the table with the same name SERNUM.&#13;
&#13;
Then I loop through each record of my local SERNUM and transfer the data to the server SERNUM (if it doesn't already exist on the server).&#13;
&#13;
So far I couldn't even find out if I can have two connected connections at the same time. Also, I can't find if HCopyFile() is able to merge data into the target file or if it is going to replace the data.&#13;
&#13;
Well, I know there is replication build in but I don't want to go that far for just one table.&#13;
&#13;
Are there other ideas? Anybody have experiance with this?&#13;
&#13;
Thanks in advance&#13;
Sebastian&#13;
&#13;
--&#13;
http://arnoldconsult.de &#13;
WinDev 21 with Oracle, WinDevMobile Android Apps and Motorola Windows CE Mobile Barcode Scanners, Python 3 with Oracle and MySQL</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64155-wdm21-proper-way-synchronize-hfsql-data-between-local/read.awp</link><title>[WDM21] Proper Way Synchronize HFSQL Data between Local and Client/Server</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>markus_maderholz</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64155-wdm21-proper-way-synchronize-hfsql-data-between-local-68121/read.awp</comments><pubDate>17 Nov 2020 15:42:53 Z</pubDate><description>Is there a proper solution for the management of disconnecting/reconnecting?&#13;
Could somebody might share it with me? :)&#13;
&#13;
And y…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64155-wdm21-proper-way-synchronize-hfsql-data-between-local-68121/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64155-wdm21-proper-way-synchronize-hfsql-data-between-local-68121/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64155-wdm21-proper-way-synchronize-hfsql-data-between-local/read.awp">[WDM21] Proper Way Synchronize HFSQL Data between Local and Client/Server</source><title>Re: [WDM21] Proper Way Synchronize HFSQL Data between Local and Client/Server</title></item><item><author>fromweb</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64155-wdm21-proper-way-synchronize-hfsql-data-between-local-64208/read.awp</comments><pubDate>26 Jan 2018 14:01:27 Z</pubDate><description>Hi Arnold,&#13;
&gt; &#13;
&gt; you are right. This is replication. To be honest, I'm a little afraid &#13;
&gt; (or lazy?) to install a replication …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64155-wdm21-proper-way-synchronize-hfsql-data-between-local-64208/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64155-wdm21-proper-way-synchronize-hfsql-data-between-local-64208/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64155-wdm21-proper-way-synchronize-hfsql-data-between-local/read.awp">[WDM21] Proper Way Synchronize HFSQL Data between Local and Client/Server</source><title>Re: [WDM21] Proper Way Synchronize HFSQL Data between Local andClient/Server</title></item><item><author>Sebastian Arnold</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64155-wdm21-proper-way-synchronize-hfsql-data-between-local-64203/read.awp</comments><pubDate>26 Jan 2018 11:10:27 Z</pubDate><description>Merci beaucoup Fabrice,&#13;
&#13;
you are right. This is replication. To be honest, I'm a little afraid (or lazy?) to install a replica…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64155-wdm21-proper-way-synchronize-hfsql-data-between-local-64203/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64155-wdm21-proper-way-synchronize-hfsql-data-between-local-64203/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64155-wdm21-proper-way-synchronize-hfsql-data-between-local/read.awp">[WDM21] Proper Way Synchronize HFSQL Data between Local and Client/Server</source><title>Re: [WDM21] Proper Way Synchronize HFSQL Data between Local and Client/Server</title></item><item><author>fromweb</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64155-wdm21-proper-way-synchronize-hfsql-data-between-local-64158/read.awp</comments><pubDate>24 Jan 2018 13:24:54 Z</pubDate><description>Hi Sebastian,&#13;
&#13;
you can do it with a double connection, a flag in your file to know if &#13;
synchronise or not, and record by reco…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64155-wdm21-proper-way-synchronize-hfsql-data-between-local-64158/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64155-wdm21-proper-way-synchronize-hfsql-data-between-local-64158/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64155-wdm21-proper-way-synchronize-hfsql-data-between-local/read.awp">[WDM21] Proper Way Synchronize HFSQL Data between Local and Client/Server</source><title>Re: [WDM21] Proper Way Synchronize HFSQL Data between Local andClient/Server</title></item></channel></rss>
