<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[My Visual Database — Show specific record from database into textbox]]></title>
		<link>https://myvisualdatabase.com/forum/viewtopic.php?id=8830</link>
		<atom:link href="https://myvisualdatabase.com/forum/extern.php?action=feed&amp;tid=8830&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Show specific record from database into textbox.]]></description>
		<lastBuildDate>Thu, 11 Jan 2024 08:58:16 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Show specific record from database into textbox]]></title>
			<link>https://myvisualdatabase.com/forum/viewtopic.php?pid=50095#p50095</link>
			<description><![CDATA[<p>There is one caveat. If there are several users in the database with the same name, then you need to decide how to display the search result. Typically in this case the result is displayed as a comma separated list of values. The <strong>group_concat()</strong> SQL-function will help in implementing such functionality.</p><div class="codebox"><pre><code>procedure option1 (Sender: TObject);
begin
  form1.edit2.text := sqlexecute(&#039;select GROUP_CONCAT(age,&quot;,&quot;) from example where name = &quot;&#039;+form1.edit1.text+&#039;&quot;&#039;);
end;</code></pre></div><p><span class="postimg"><img src="https://myvisualdatabase.com/forum/misc.php?action=pun_attachment&amp;item=10193&amp;download=0" alt="https://myvisualdatabase.com/forum/misc.php?action=pun_attachment&amp;amp;item=10193&amp;amp;download=0" /></span></p>]]></description>
			<author><![CDATA[null@example.com (k245)]]></author>
			<pubDate>Thu, 11 Jan 2024 08:58:16 +0000</pubDate>
			<guid>https://myvisualdatabase.com/forum/viewtopic.php?pid=50095#p50095</guid>
		</item>
		<item>
			<title><![CDATA[Re: Show specific record from database into textbox]]></title>
			<link>https://myvisualdatabase.com/forum/viewtopic.php?pid=50091#p50091</link>
			<description><![CDATA[<p>Hi derek ,<br />Thanks for help<br />For the age it&#039;s just an example<br />I will test the project you attached</p>]]></description>
			<author><![CDATA[null@example.com (simokami)]]></author>
			<pubDate>Wed, 10 Jan 2024 11:46:26 +0000</pubDate>
			<guid>https://myvisualdatabase.com/forum/viewtopic.php?pid=50091#p50091</guid>
		</item>
		<item>
			<title><![CDATA[Re: Show specific record from database into textbox]]></title>
			<link>https://myvisualdatabase.com/forum/viewtopic.php?pid=50090#p50090</link>
			<description><![CDATA[<p>Hi,<br />There are many ways to do this - which is best depends on what is most suited to your project.<br />In the attachment are 3 options.<br />Option1:&nbsp; simply type in the name<br />Option2:&nbsp; click on a name in the tablegrid<br />Option3:&nbsp; select the name from the combobox.<br />As a general comment, it&#039;s not usually a good idea to hold someone&#039;s &#039;age&#039; in a table - it is usually better to store their date of birth and then calculate their age when your program runs.<br />Derek.</p>]]></description>
			<author><![CDATA[null@example.com (derek)]]></author>
			<pubDate>Wed, 10 Jan 2024 11:16:13 +0000</pubDate>
			<guid>https://myvisualdatabase.com/forum/viewtopic.php?pid=50090#p50090</guid>
		</item>
		<item>
			<title><![CDATA[Show specific record from database into textbox]]></title>
			<link>https://myvisualdatabase.com/forum/viewtopic.php?pid=50088#p50088</link>
			<description><![CDATA[<p>Hello<br />Need a script to show record into texbox<br />Exemple<br />Table name : users<br />Column to search : name<br />Column to show record from : age</p><p>I want to enter the name into textbox1 and show the age into textbox2 depending on the name</p><p>Need script with SELECT sql query<br />Any help friends ?!</p>]]></description>
			<author><![CDATA[null@example.com (simokami)]]></author>
			<pubDate>Wed, 10 Jan 2024 08:36:36 +0000</pubDate>
			<guid>https://myvisualdatabase.com/forum/viewtopic.php?pid=50088#p50088</guid>
		</item>
	</channel>
</rss>
