<?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 Anzahl aller Zeilen]]></title><description><![CDATA[<p>hi<br />
Weiss jemand, wie man die Anzahl aller Zeilen in einem TIBQuery Steuerelement bekommt. Mit</p>
<pre><code class="language-cpp">Form1-&gt;IBQuery-&gt;FieldCount;
</code></pre>
<p>bekommt man ja alle Spalten, mit</p>
<pre><code class="language-cpp">Form1-&gt;IBQuery-&gt;Next;
</code></pre>
<p>bekommt man die nächste Zeile, mit</p>
<pre><code class="language-cpp">Form1-&gt;IBQuery-&gt;RowsAffected;
</code></pre>
<p>Bekommt man die geänderten Zeilen.<br />
Ich möchte aber alle zeilen haben. Kann mir jemand helfen?<br />
martin</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/190136/tibquery-anzahl-aller-zeilen</link><generator>RSS for Node</generator><lastBuildDate>Mon, 17 Aug 2026 08:32:18 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/190136.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 20 Aug 2007 07:31:06 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to TIBQuery Anzahl aller Zeilen on Mon, 20 Aug 2007 07:31:06 GMT]]></title><description><![CDATA[<p>hi<br />
Weiss jemand, wie man die Anzahl aller Zeilen in einem TIBQuery Steuerelement bekommt. Mit</p>
<pre><code class="language-cpp">Form1-&gt;IBQuery-&gt;FieldCount;
</code></pre>
<p>bekommt man ja alle Spalten, mit</p>
<pre><code class="language-cpp">Form1-&gt;IBQuery-&gt;Next;
</code></pre>
<p>bekommt man die nächste Zeile, mit</p>
<pre><code class="language-cpp">Form1-&gt;IBQuery-&gt;RowsAffected;
</code></pre>
<p>Bekommt man die geänderten Zeilen.<br />
Ich möchte aber alle zeilen haben. Kann mir jemand helfen?<br />
martin</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1347893</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1347893</guid><dc:creator><![CDATA[martinfa]]></dc:creator><pubDate>Mon, 20 Aug 2007 07:31:06 GMT</pubDate></item><item><title><![CDATA[Reply to TIBQuery Anzahl aller Zeilen on Mon, 20 Aug 2007 07:42:56 GMT]]></title><description><![CDATA[<p>Hallo</p>
<p>Siehe die Eigenschaft RecordCount.</p>
<p>bis bald<br />
akari</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1347897</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1347897</guid><dc:creator><![CDATA[akari]]></dc:creator><pubDate>Mon, 20 Aug 2007 07:42:56 GMT</pubDate></item><item><title><![CDATA[Reply to TIBQuery Anzahl aller Zeilen on Mon, 20 Aug 2007 07:53:59 GMT]]></title><description><![CDATA[<p>danke akari<br />
ich hab bis jetzt immer nach sowas, wie &quot;RowCount&quot; gesucht<br />
martin</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1347909</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1347909</guid><dc:creator><![CDATA[martinfa]]></dc:creator><pubDate>Mon, 20 Aug 2007 07:53:59 GMT</pubDate></item></channel></rss>