<?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[Delete-Statement klappt nicht --&amp;gt; Token not found ka]]></title><description><![CDATA[<p>Hallo,</p>
<p>in meinem Programm versuche ich ein bestimmtes Datensatz in meiner Tabelle zu löschen, das mache ich so:</p>
<pre><code class="language-cpp">DataModule1-&gt;QKontoumsatz-&gt;SQL-&gt;Clear();
        DataModule1-&gt;QKontoumsatz-&gt;Close();
        DataModule1-&gt;QKontoumsatz-&gt;SQL-&gt;Add (&quot;DELETE FROM Konto_Stand WHERE LftNr = &quot; + LfdNr_Kontostand);
        DataModule1-&gt;QKontoumsatz-&gt;ExecSQL();
</code></pre>
<p>wobei LfdNr_Kontostand ein Integer darstellt und auch einz in der Tabelle ist.</p>
<p>Jedoch kriege ich die Fehlermeldung:</p>
<pre><code>...raised exception class EDBEngineError with message: Token not found. Token: Nr...
</code></pre>
<p>hat jemand ne Idee, was das sein könnte?Weiss net weiter, bin mit meinem Latein am Ende...</p>
<p>Gruss,<br />
chullain</p>
<p>p.S.: ist noch ein AfterDelete notwendig, wie rufe ich denn auf?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/156574/delete-statement-klappt-nicht-gt-token-not-found-ka</link><generator>RSS for Node</generator><lastBuildDate>Mon, 10 Aug 2026 03:31:40 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/156574.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 17 Aug 2006 21:31:39 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Delete-Statement klappt nicht --&amp;gt; Token not found ka on Thu, 17 Aug 2006 21:32:37 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>in meinem Programm versuche ich ein bestimmtes Datensatz in meiner Tabelle zu löschen, das mache ich so:</p>
<pre><code class="language-cpp">DataModule1-&gt;QKontoumsatz-&gt;SQL-&gt;Clear();
        DataModule1-&gt;QKontoumsatz-&gt;Close();
        DataModule1-&gt;QKontoumsatz-&gt;SQL-&gt;Add (&quot;DELETE FROM Konto_Stand WHERE LftNr = &quot; + LfdNr_Kontostand);
        DataModule1-&gt;QKontoumsatz-&gt;ExecSQL();
</code></pre>
<p>wobei LfdNr_Kontostand ein Integer darstellt und auch einz in der Tabelle ist.</p>
<p>Jedoch kriege ich die Fehlermeldung:</p>
<pre><code>...raised exception class EDBEngineError with message: Token not found. Token: Nr...
</code></pre>
<p>hat jemand ne Idee, was das sein könnte?Weiss net weiter, bin mit meinem Latein am Ende...</p>
<p>Gruss,<br />
chullain</p>
<p>p.S.: ist noch ein AfterDelete notwendig, wie rufe ich denn auf?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1119478</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1119478</guid><dc:creator><![CDATA[chullain]]></dc:creator><pubDate>Thu, 17 Aug 2006 21:32:37 GMT</pubDate></item><item><title><![CDATA[Reply to Delete-Statement klappt nicht --&amp;gt; Token not found ka on Fri, 18 Aug 2006 05:26:59 GMT]]></title><description><![CDATA[<p>Lf<strong>t</strong>Nr = Lf<strong>d</strong>Nr?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1119531</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1119531</guid><dc:creator><![CDATA[Morris Szyslak]]></dc:creator><pubDate>Fri, 18 Aug 2006 05:26:59 GMT</pubDate></item><item><title><![CDATA[Reply to Delete-Statement klappt nicht --&amp;gt; Token not found ka on Fri, 18 Aug 2006 05:42:01 GMT]]></title><description><![CDATA[<p>eventuell liegts am RequestLive des Querys, Änder das mal auf den anderen Wert</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1119533</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1119533</guid><dc:creator><![CDATA[Linnea]]></dc:creator><pubDate>Fri, 18 Aug 2006 05:42:01 GMT</pubDate></item><item><title><![CDATA[Reply to Delete-Statement klappt nicht --&amp;gt; Token not found ka on Fri, 18 Aug 2006 10:25:34 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>danke Euch...</p>
<p>hab versucht, das dynamische Feld als String mitzugeben, hat auch funktioniert, obwohl in der Tabelle das Feld als Integer deklariert ist...hm, auf jeden Fall funktioniert es.</p>
<p>Gruss,<br />
chullain</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1119713</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1119713</guid><dc:creator><![CDATA[chullain]]></dc:creator><pubDate>Fri, 18 Aug 2006 10:25:34 GMT</pubDate></item></channel></rss>