
ivan

ivan.revelli@synaptica.info

28 January 2010
PLSQL is a world …. and Oracle an incredible RDBMS, so if you want to produce XML from query or manage XML inside your PLSQL Trigger or Procedure you can in different ways ….
One of the most simple way is using the Oracle function to do that, like :
SELECT sys_xmlgen(pk_id) FROM sellers;
SELECT XMLELEMENT("MAH", XMLELEMENT("pk_id", e.pk_id [...]

Riccardo

riccardo.casatta@synaptica.info

4 January 2010
We have two internet connection, the servers must use by default router A, clients machine use router B. All the computer have to be reachable in the local network.
We cannot modify configuration of router B that expose DHCP.
Our “not so elegant” solution is to map router A in the same network of router B (obviously [...]

ivan

ivan.revelli@synaptica.info

23 December 2009
We have tried the Synapse Library, to build an application with Lazarus for serial comunication on Linux.
The library seems very good, no need installation, only using unit, in this case synaser.pas. The project is open source and well organized.
With the sample project we connected an Arduino that is a very cheap microcontroller.
Some example of [...]

ivan

ivan.revelli@synaptica.info

14 December 2009
<?page title="album" contentType="text/html;charset=UTF-8"?>
<zk>
<zscript><![CDATA[
int wh = 0;
int whd = 0;
void getClientInfo(ClientInfoEvent evt) throws InterruptedException {
session.setAttribute("CH",evt.getDesktopHeight());
session.setAttribute("CW",evt.getDesktopWidth());
[...]

ivan

ivan.revelli@synaptica.info

20 April 2009
Lo siento, este artàculo no està¡ disponible en espaà±ol

ivan

ivan.revelli@synaptica.info

8 April 2009
Lo siento, este artàculo no està¡ disponible en espaà±ol