<?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[Problem mit Query und Insert abfrage]]></title><description><![CDATA[<p>Hallo<br />
hoffe es kann mir jemand helfen habe eine Insert einweisung geschrieben die eigentlich von der syntax richtig ist. Trotzdem bringt er den Fehler das die Datenmenge nicht freigegeben ist.</p>
<p>Fehlermeldung:<br />
<a href="http://mitglied.lycos.de/hofmachr/fehler.JPG" rel="nofollow">http://mitglied.lycos.de/hofmachr/fehler.JPG</a></p>
<p>Hier ist meine Abfrage:</p>
<p>ADOQuery1-&gt;Close();<br />
ADOQuery1-&gt;SQL-&gt;Clear();<br />
ADOQuery1-&gt;SQL-&gt;Add(&quot;INSERT INTO Kunde(Name ,Vorname)&quot;);<br />
ADOQuery1-&gt;SQL-&gt;Add(&quot;VALUES(:Name,:Vorname)&quot;);<br />
ADOQuery1-&gt;FieldByName(&quot;Name&quot;)-&gt;AsString = Edit1-&gt;Text;<br />
ADOQuery1-&gt;FieldByName(&quot;Vorname&quot;)-&gt;AsString = Edit2-&gt;Text;<br />
ADOQuery1-&gt;ExecSQL();</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/114247/problem-mit-query-und-insert-abfrage</link><generator>RSS for Node</generator><lastBuildDate>Wed, 22 Jul 2026 16:20:03 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/114247.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 01 Jul 2005 15:35:56 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Problem mit Query und Insert abfrage on Fri, 01 Jul 2005 15:35:56 GMT]]></title><description><![CDATA[<p>Hallo<br />
hoffe es kann mir jemand helfen habe eine Insert einweisung geschrieben die eigentlich von der syntax richtig ist. Trotzdem bringt er den Fehler das die Datenmenge nicht freigegeben ist.</p>
<p>Fehlermeldung:<br />
<a href="http://mitglied.lycos.de/hofmachr/fehler.JPG" rel="nofollow">http://mitglied.lycos.de/hofmachr/fehler.JPG</a></p>
<p>Hier ist meine Abfrage:</p>
<p>ADOQuery1-&gt;Close();<br />
ADOQuery1-&gt;SQL-&gt;Clear();<br />
ADOQuery1-&gt;SQL-&gt;Add(&quot;INSERT INTO Kunde(Name ,Vorname)&quot;);<br />
ADOQuery1-&gt;SQL-&gt;Add(&quot;VALUES(:Name,:Vorname)&quot;);<br />
ADOQuery1-&gt;FieldByName(&quot;Name&quot;)-&gt;AsString = Edit1-&gt;Text;<br />
ADOQuery1-&gt;FieldByName(&quot;Vorname&quot;)-&gt;AsString = Edit2-&gt;Text;<br />
ADOQuery1-&gt;ExecSQL();</p>
]]></description><link>https://www.c-plusplus.net/forum/post/821610</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/821610</guid><dc:creator><![CDATA[[[global:guest]]]]></dc:creator><pubDate>Fri, 01 Jul 2005 15:35:56 GMT</pubDate></item><item><title><![CDATA[Reply to Problem mit Query und Insert abfrage on Fri, 01 Jul 2005 21:14:56 GMT]]></title><description><![CDATA[<p>Muss das nicht heißen:<br />
[cpp]ADOQuery1-&gt;<strong>ParamByName</strong>(&quot;Name&quot;)-&gt;AsString = Edit1-&gt;Text;[/cpp]</p>
<p>Grüße Joe_M.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/821858</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/821858</guid><dc:creator><![CDATA[zufaulzumeinloggen]]></dc:creator><pubDate>Fri, 01 Jul 2005 21:14:56 GMT</pubDate></item></channel></rss>