<div dir="ltr">Try synapse: <a href="http://synapse.ararat.cz/doku.php">http://synapse.ararat.cz/doku.php</a><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/6/6 Koenraad Lelong <span dir="ltr"><<a href="mailto:lazarus1@de-brouwerij.be" target="_blank">lazarus1@de-brouwerij.be</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
I need an application to dump some information to a server. Part of the information is stored in a firebird-database.<br>
The server has some text-based protocol over tcp.<br>
<br>
For every entry in the database, I need to send the server a "get"-command with a parameter from the database.<br>
If the parameter is OK, I get a positive acknowledge, together with data (some lines of text). I temporarily store these lines. If a certain line exists, I need to modify it with data from the database (same record as the parameter). If it does not exist, I need to insert it. Then I send a "put"-command followed by those lines. When this is OK, I get a positive aknowledge from the server, otherwise I get a negative acknowledge.<br>

<br>
I have to do this for all records in the database (at least 2500 records).<br>
I would like to do this in a visual way, so the user can monitor the proceedings. Unfortunately, I don't really know how to do this.<br>
<br>
Does anyone have some skeleton to do this ? I would like to use "visual-lnet", but other network-approaches are welcome.<br>
The tests I did (only sending the get-command) indicate the response is in one ethenet-packet, but I don't know if this is always the case.<br>
<br>
It's no problem if it's "quick-and-dirty" because the application should only be used once.<br>
<br>
Thanks,<br>
<br>
Koenraad Lelong<br>
<br>
<br>
--<br>
______________________________<u></u>_________________<br>
Lazarus mailing list<br>
<a href="mailto:Lazarus@lists.lazarus.freepascal.org" target="_blank">Lazarus@lists.lazarus.<u></u>freepascal.org</a><br>
<a href="http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus" target="_blank">http://lists.lazarus.<u></u>freepascal.org/mailman/<u></u>listinfo/lazarus</a><br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div dir="ltr"><i>Timeo hominem unius libri</i><br><br>[]s<br>Guionardo Furlan<br><a href="http://www.guionardofurlan.com.br" target="_blank">http://www.guionardofurlan.com.br</a></div>

</div>