<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>| Mika Koistinen | Activity</title>
	<link>https://components4developers.blog/members/skjmika/activity/</link>
	<atom:link href="https://components4developers.blog/members/skjmika/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Mika Koistinen.</description>
	<lastBuildDate>Mon, 27 Apr 2026 21:15:32 +0100</lastBuildDate>
	<generator>https://buddypress.org/?v=</generator>
	<language>en-US</language>
	<ttl>30</ttl>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>2</sy:updateFrequency>
	
						<item>
				<guid isPermaLink="false">d83e7045cf00a8c9caa489dd4f84f50f</guid>
				<title>Mika Koistinen replied to the topic case insensitive Lookup field in delphi in the forum kbmMemTable</title>
				<link>https://components4developers.blog/forums/topic/case-insensitive-lookup-field-in-delphi/#post-57317</link>
				<pubDate>Fri, 13 Oct 2023 11:23:46 +0100</pubDate>

									<content:encoded><![CDATA[<p>Actually solution was more simple than I tought.</p>
<p><code>TCaseInsentiviveKbmMemtable = class (TkbmMemTable)<br />
    function Lookup(const KeyFields: string; const KeyValues: Variant; const ResultFields: string): Variant; overload; override;<br />
 end;<br />
...<br />
function TCaseInsentiviveKbmMemtable.Lookup(const KeyFields: string; const KeyValues: Variant;<br />
  const&hellip;</code><span class="activity-read-more" id="activity-read-more-2073"><a href="https://components4developers.blog/forums/topic/case-insensitive-lookup-field-in-delphi/#post-57317" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">90532c2f94c51d935d54e7b9c8498553</guid>
				<title>Mika Koistinen replied to the topic case insensitive Lookup field in delphi in the forum kbmMemTable</title>
				<link>https://components4developers.blog/forums/topic/case-insensitive-lookup-field-in-delphi/#post-57316</link>
				<pubDate>Fri, 13 Oct 2023 11:01:25 +0100</pubDate>

									<content:encoded><![CDATA[<p>Thanks For this.<br />
Actually at that point primary customer using that updated data to match case. But now we got two more cases.<br />
My code is like this<br />
<code><br />
fProdLookup := tKbmMemTable.create(self);<br />
q.sql.Text := &#039;select number,name from products&#039;;<br />
q.UniDirectional := true;<br />
q.open;<br />
fProdlookup.LoadFromDataSet(q,&hellip;</code><span class="activity-read-more" id="activity-read-more-2072"><a href="https://components4developers.blog/forums/topic/case-insensitive-lookup-field-in-delphi/#post-57316" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>