|
<target name="FindProgrammer">
<Source connector="Server">
<query>
<![CDATA[
SELECT *
FROM Person
WHERE person.attribut="programmer"
and person.contry="France"
]]>
</query>
</Source>
<Destination connector="server">
<forum>http://bbs.xineurope.com/thread-1174443-3-1.html</forum>
</Destination>
</target>
------------
Running...
------------
Run-Time Errors:
1000 The system is out of memory. |
2011-11-9 14:06:26
|