<?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[In einer Datenbank suchen]]></title><description><![CDATA[<p>Hallo,</p>
<p>ich greife mit Kadoa auf eine Acess datenbank zu. ich möchte in einer tabelle nach schlüsselwörtern suchen. wie mache ich das?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/79056/in-einer-datenbank-suchen</link><generator>RSS for Node</generator><lastBuildDate>Mon, 29 Jun 2026 20:01:45 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/79056.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 07 Jul 2004 15:02:25 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to In einer Datenbank suchen on Wed, 07 Jul 2004 15:02:25 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>ich greife mit Kadoa auf eine Acess datenbank zu. ich möchte in einer tabelle nach schlüsselwörtern suchen. wie mache ich das?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/555346</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/555346</guid><dc:creator><![CDATA[manuel__]]></dc:creator><pubDate>Wed, 07 Jul 2004 15:02:25 GMT</pubDate></item><item><title><![CDATA[Reply to In einer Datenbank suchen on Wed, 07 Jul 2004 16:25:16 GMT]]></title><description><![CDATA[<p>Üblicherweise über eine entsprechende SQL-Query ala</p>
<pre><code>SELECT * FROM table WHERE field LIKE '%blabla%'
</code></pre>
<p>Zu den Details siehe jedes beliebige SQL-Tutorial sowie die Access-Dokumentation (MS erlaubt sich wie üblich ein paar Abweichungen vom Standard).</p>
]]></description><link>https://www.c-plusplus.net/forum/post/555420</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/555420</guid><dc:creator><![CDATA[Jansen]]></dc:creator><pubDate>Wed, 07 Jul 2004 16:25:16 GMT</pubDate></item></channel></rss>