<?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[Datenbankproblem]]></title><description><![CDATA[<p>Hallo!<br />
Hab da ein kleines Problem!<br />
Ich hab eine Datenbank mit TTable geöffnet und mit einer TDataSource Komponente auf ein TDBGrid übergeben. Weil das Projekt wenn es fertig ist ein Vokabeltrainer werden soll, muss ich zufällig die Daten einer Spalte ausgeben. Nur weiß ich jetzt nicht wie ich die ganze Angelgenheit lösen soll! Ich weiß nicht wie ich auf einen Wert eines Feldes zugreifen kann.<br />
Bitte kann mir irgendwer helfen?<br />
Lg<br />
CHemiesuperman</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/153759/datenbankproblem</link><generator>RSS for Node</generator><lastBuildDate>Sun, 09 Aug 2026 09:47:08 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/153759.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 20 Jul 2006 10:29:09 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Datenbankproblem on Thu, 20 Jul 2006 10:29:09 GMT]]></title><description><![CDATA[<p>Hallo!<br />
Hab da ein kleines Problem!<br />
Ich hab eine Datenbank mit TTable geöffnet und mit einer TDataSource Komponente auf ein TDBGrid übergeben. Weil das Projekt wenn es fertig ist ein Vokabeltrainer werden soll, muss ich zufällig die Daten einer Spalte ausgeben. Nur weiß ich jetzt nicht wie ich die ganze Angelgenheit lösen soll! Ich weiß nicht wie ich auf einen Wert eines Feldes zugreifen kann.<br />
Bitte kann mir irgendwer helfen?<br />
Lg<br />
CHemiesuperman</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1100968</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1100968</guid><dc:creator><![CDATA[chemiesuperman]]></dc:creator><pubDate>Thu, 20 Jul 2006 10:29:09 GMT</pubDate></item><item><title><![CDATA[Reply to Datenbankproblem on Thu, 20 Jul 2006 10:42:10 GMT]]></title><description><![CDATA[<p>also das gehört ins C++ Builder Forum<br />
TTable ist nicht gut, nimm Lieber Querym und am besten noch ADO Komponenten</p>
<p>Im Query kannst du dann durch FIeldByName(&quot;Spaltenname&quot;) auf einzelne Spalten zugreifen</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1100990</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1100990</guid><dc:creator><![CDATA[ser1al]]></dc:creator><pubDate>Thu, 20 Jul 2006 10:42:10 GMT</pubDate></item><item><title><![CDATA[Reply to Datenbankproblem on Thu, 20 Jul 2006 11:54:31 GMT]]></title><description><![CDATA[<p>Dieser Thread wurde von Moderator/in <a href="http://www.c-plusplus.net/forum/profile.php?mode=viewprofile&amp;u=403" rel="nofollow">HumeSikkins</a> aus dem Forum <a href="http://www.c-plusplus.net/forum/viewforum.php?f=15" rel="nofollow">C++</a> in das Forum <a href="http://www.c-plusplus.net/forum/viewforum.php?f=2" rel="nofollow">VCL/CLX (Borland C++ Builder)</a> verschoben.</p>
<p>Im Zweifelsfall bitte auch folgende Hinweise beachten:<br />
<a href="http://www.c-plusplus.net/forum/viewtopic.php?t=39405" rel="nofollow">C/C++ Forum :: FAQ - Sonstiges :: Wohin mit meiner Frage?</a></p>
<p><em>Dieses Posting wurde automatisch erzeugt.</em></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1101119</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1101119</guid><dc:creator><![CDATA[C++ Forumbot]]></dc:creator><pubDate>Thu, 20 Jul 2006 11:54:31 GMT</pubDate></item><item><title><![CDATA[Reply to Datenbankproblem on Thu, 20 Jul 2006 22:18:22 GMT]]></title><description><![CDATA[<p>ich würd auch ne Query Komponente nehmen!<br />
Is irgendwie besser!</p>
<p>Aber FieldByName geht doch auch bei einer Tabelkomponente</p>
<pre><code>Variable =  Tabel-&gt;FieldByName(&quot;Spaltenname&quot;)-&gt;AsString;
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/1101517</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1101517</guid><dc:creator><![CDATA[sumsum]]></dc:creator><pubDate>Thu, 20 Jul 2006 22:18:22 GMT</pubDate></item></channel></rss>