<?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[TIBQuery raubt mir die Nerven....]]></title><description><![CDATA[<p>Hallo zusammen.</p>
<p>Ich möchte in meine DB Daten schreiben. In der FAQ hab ich das hier gefunden.</p>
<pre><code class="language-cpp">Query1-&gt;Close(); 
Query1-&gt;SQL-&gt;Clear(); 

Query1-&gt;SQL-&gt;Add(&quot;insert into namen(name,vorname) values(:name,:vorname)&quot;); 
Query1-&gt;ParamByName(&quot;name&quot;)-&gt;Value = Edit1-&gt;Text; 
Query1-&gt;ParamByName(&quot;vorname&quot;)-&gt;Value = Edit2-&gt;Text; 
Query1-&gt;ExecSQL();
</code></pre>
<p>Das ist auch ok so, aber wie kann ich in einen bestehenden Datensatz ergänzen?</p>
<p>Beispiel:</p>
<p>Der Datensatz besteht aus Name,Vorname,Tel und ich habe beim erstellen nur Name und Vorname eingetragen.</p>
<p>Wie kann ich jetzt nachträglich noch die Tel einfügen?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/157709/tibquery-raubt-mir-die-nerven</link><generator>RSS for Node</generator><lastBuildDate>Mon, 10 Aug 2026 14:40:24 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/157709.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 28 Aug 2006 18:56:05 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to TIBQuery raubt mir die Nerven.... on Mon, 28 Aug 2006 18:56:05 GMT]]></title><description><![CDATA[<p>Hallo zusammen.</p>
<p>Ich möchte in meine DB Daten schreiben. In der FAQ hab ich das hier gefunden.</p>
<pre><code class="language-cpp">Query1-&gt;Close(); 
Query1-&gt;SQL-&gt;Clear(); 

Query1-&gt;SQL-&gt;Add(&quot;insert into namen(name,vorname) values(:name,:vorname)&quot;); 
Query1-&gt;ParamByName(&quot;name&quot;)-&gt;Value = Edit1-&gt;Text; 
Query1-&gt;ParamByName(&quot;vorname&quot;)-&gt;Value = Edit2-&gt;Text; 
Query1-&gt;ExecSQL();
</code></pre>
<p>Das ist auch ok so, aber wie kann ich in einen bestehenden Datensatz ergänzen?</p>
<p>Beispiel:</p>
<p>Der Datensatz besteht aus Name,Vorname,Tel und ich habe beim erstellen nur Name und Vorname eingetragen.</p>
<p>Wie kann ich jetzt nachträglich noch die Tel einfügen?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1126390</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1126390</guid><dc:creator><![CDATA[Magic Man]]></dc:creator><pubDate>Mon, 28 Aug 2006 18:56:05 GMT</pubDate></item><item><title><![CDATA[Reply to TIBQuery raubt mir die Nerven.... on Mon, 28 Aug 2006 19:22:30 GMT]]></title><description><![CDATA[<p>Ohne <a href="http://sql.1keydata.com/de/sql-update.php" rel="nofollow">SQL-Grundlagen</a> wirst du bei der Datenbankprogrammierung nicht weit kommen. Speziell mit IBQUERY hat dein Problem jedenfalls nichts zu tun.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1126408</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1126408</guid><dc:creator><![CDATA[Jansen]]></dc:creator><pubDate>Mon, 28 Aug 2006 19:22:30 GMT</pubDate></item><item><title><![CDATA[Reply to TIBQuery raubt mir die Nerven.... on Mon, 28 Aug 2006 20:07:33 GMT]]></title><description><![CDATA[<p>Danke</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1126436</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1126436</guid><dc:creator><![CDATA[Magic Man]]></dc:creator><pubDate>Mon, 28 Aug 2006 20:07:33 GMT</pubDate></item><item><title><![CDATA[Reply to TIBQuery raubt mir die Nerven.... on Sun, 03 Sep 2006 01:28:10 GMT]]></title><description><![CDATA[<p>wenn's doch kein <strong>insert</strong> sein soll, dann evtl ein <strong>update</strong>??!</p>
<p>Gruß t <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f603.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--grinning_face_with_big_eyes"
      title=":D"
      alt="😃"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1129981</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1129981</guid><dc:creator><![CDATA[torsten_156]]></dc:creator><pubDate>Sun, 03 Sep 2006 01:28:10 GMT</pubDate></item></channel></rss>