<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[SQl String in eine ander Query kopieren]]></title><description><![CDATA[<p>Hallo,</p>
<p>ich habe ein kleines Problem mit SQl bzw Query. Ich möchte den SQL String, also die SQL Abfrage die in der Query steht, in eine andere Query übertragen.<br />
Wie mache ich das?</p>
<p>Danke</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/162396/sql-string-in-eine-ander-query-kopieren</link><generator>RSS for Node</generator><lastBuildDate>Tue, 11 Aug 2026 18:28:22 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/162396.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 18 Oct 2006 08:22:44 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to SQl String in eine ander Query kopieren on Wed, 18 Oct 2006 08:22:44 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>ich habe ein kleines Problem mit SQl bzw Query. Ich möchte den SQL String, also die SQL Abfrage die in der Query steht, in eine andere Query übertragen.<br />
Wie mache ich das?</p>
<p>Danke</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1156803</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1156803</guid><dc:creator><![CDATA[carisma83]]></dc:creator><pubDate>Wed, 18 Oct 2006 08:22:44 GMT</pubDate></item><item><title><![CDATA[Reply to SQl String in eine ander Query kopieren on Wed, 18 Oct 2006 08:26:29 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>Die Eigenschaft SQL der Query ist vom Typ TStrings (eigentlich TStringList). Also flugs in die Hilfe dazu geschaut und man sieht, dass folgendes gehen sollte.</p>
<pre><code class="language-cpp">Query2-&gt;SQL-&gt;Assign(Query1-&gt;SQL);
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/1156810</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1156810</guid><dc:creator><![CDATA[Braunstein]]></dc:creator><pubDate>Wed, 18 Oct 2006 08:26:29 GMT</pubDate></item></channel></rss>