<?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[Datenbank nach Wert durchsuchen]]></title><description><![CDATA[<p>Hallo!</p>
<p>Ich möchte in einer Datenbank nach einem bestimmten Wert suchen. Dafür möchte ich Table-&gt;Locate.... verwenden.</p>
<pre><code class="language-cpp">Table1-&gt;First();
kunr=1;
if(Table1-&gt;Locate('KNR',kunr,loCaseInsensitive)==true){
Label11-&gt;Caption=Table1-&gt;FieldByName('KNR')-&gt;AsInteger;
}
</code></pre>
<p>Könnt Ihr mir sagen wo mein Fehler liegt?Laut Fehlermeldung ist an TLocateOptions etwas falsch.</p>
<p>Gruß Alex</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/146803/datenbank-nach-wert-durchsuchen</link><generator>RSS for Node</generator><lastBuildDate>Wed, 05 Aug 2026 19:11:36 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/146803.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 11 May 2006 07:10:43 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Datenbank nach Wert durchsuchen on Thu, 11 May 2006 07:10:43 GMT]]></title><description><![CDATA[<p>Hallo!</p>
<p>Ich möchte in einer Datenbank nach einem bestimmten Wert suchen. Dafür möchte ich Table-&gt;Locate.... verwenden.</p>
<pre><code class="language-cpp">Table1-&gt;First();
kunr=1;
if(Table1-&gt;Locate('KNR',kunr,loCaseInsensitive)==true){
Label11-&gt;Caption=Table1-&gt;FieldByName('KNR')-&gt;AsInteger;
}
</code></pre>
<p>Könnt Ihr mir sagen wo mein Fehler liegt?Laut Fehlermeldung ist an TLocateOptions etwas falsch.</p>
<p>Gruß Alex</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1055299</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1055299</guid><dc:creator><![CDATA[Alex_]]></dc:creator><pubDate>Thu, 11 May 2006 07:10:43 GMT</pubDate></item><item><title><![CDATA[Reply to Datenbank nach Wert durchsuchen on Thu, 11 May 2006 07:14:07 GMT]]></title><description><![CDATA[<p>Hallo</p>
<pre><code class="language-cpp">if(Table1-&gt;Locate(&quot;KNR&quot;,kunr,TLocateOptions() &lt;&lt;loCaseInsensitive)==true)
</code></pre>
<p>bis bald<br />
akari</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1055302</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1055302</guid><dc:creator><![CDATA[akari]]></dc:creator><pubDate>Thu, 11 May 2006 07:14:07 GMT</pubDate></item><item><title><![CDATA[Reply to Datenbank nach Wert durchsuchen on Thu, 11 May 2006 07:42:52 GMT]]></title><description><![CDATA[<p>Danke für die schnelle Antwort!</p>
<p>Funtioniert.</p>
<p>Gruß Alex</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1055319</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1055319</guid><dc:creator><![CDATA[Alex_]]></dc:creator><pubDate>Thu, 11 May 2006 07:42:52 GMT</pubDate></item></channel></rss>