<?xml version="1.0" encoding="iso-8859-9" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Clomosy | Forum : SQL</title>
  <link>https://forum.clomosy.com.tr/</link>
  <description><![CDATA[XML içerik linki; Clomosy | Forum : Clomosy ile de&#287;i&#351;ken kullan&#305;m&#305; : SQL]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 15 Apr 2026 02:58:15 +0000</pubDate>
  <lastBuildDate>Tue, 17 Feb 2026 16:22:00 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.07</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forum.clomosy.com.tr/RSS_post_feed.asp?TID=1352</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Clomosy | Forum]]></title>
   <url>https://forum.clomosy.com.tr/forum_images/logo.png</url>
   <link>https://forum.clomosy.com.tr/</link>
  </image>
  <item>
   <title><![CDATA[SQL : deneyece&#287;im te&#351;ekk&#252;rler ]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1352&amp;PID=3032#3032</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=369">ebrarflz</a><br /><strong>Konu:</strong> 1352<br /><strong>Gönderim Zamanı:</strong> 17&nbsp;Şubat&nbsp;2026 Saat 16:22<br /><br />deneyeceğim teşekkürler]]>
   </description>
   <pubDate>Tue, 17 Feb 2026 16:22:00 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1352&amp;PID=3032#3032</guid>
  </item> 
  <item>
   <title><![CDATA[SQL : if (testComponent &amp;lt;&amp;gt; nil)...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1352&amp;PID=3029#3029</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=344">M-Guney</a><br /><strong>Konu:</strong> 1352<br /><strong>Gönderim Zamanı:</strong> 17&nbsp;Şubat&nbsp;2026 Saat 14:43<br /><br />if (testComponent &lt;&gt; nil) Eğer ki bir bileşenin boş mu (NULL) kontrolünü bu şekilde yapılır.<br><br>Otamatik bir tolerasyon işlemi eğer ki hiç tanımlamazsanız örnek vermek gerekirse&nbsp;<br><br><div>var&nbsp;&nbsp;</div><div>testLabel : TclLabel;</div><div>testString : String;</div><div>MyForm : TCLForm;</div><div>{</div><div>&nbsp;&nbsp;</div><div>&nbsp; MyForm = TCLForm.Create(Self);</div><div>&nbsp; if (testString == '')</div><div>&nbsp; {</div><div>&nbsp; &nbsp; ShowMessage('testString boş');</div><div>&nbsp; &nbsp; testString = 'TEST BAŞARILI'</div><div>&nbsp; }</div><div>&nbsp; else</div><div>&nbsp; {</div><div>&nbsp; &nbsp; testString = 'TEST BAŞARISIZ'</div><div>&nbsp; }</div><div>&nbsp;&nbsp;</div><div>&nbsp; testLabel = MyForm.AddNewLabel(MyForm,'testLabel',testString);</div><div>&nbsp; testLabel.StyledSettings = ssFamily;</div><div>&nbsp; testLabel.TextSettings.Font.Size = 20;</div><div>&nbsp; testLabel.Width = 250;</div><div>&nbsp; MyForm.Run;</div><div>}<br><br>çözüm olarak alttaki tarzda önceden tanımalamak gerekir.<br><div>var&nbsp;&nbsp;</div><div>testLabel : TclLabel;</div><div>testString : String;</div><div>MyForm : TCLForm;</div><div>{</div><div>&nbsp; // Bu şekilde önceden main blok kısmında tanımlanabilinir kontrol için</div><div>&nbsp; testString = '';&nbsp;</div><div>&nbsp;&nbsp;</div><div>&nbsp; MyForm = TCLForm.Create(Self);</div><div>&nbsp; if (testString == '')</div><div>&nbsp; {</div><div>&nbsp; &nbsp; ShowMessage('testString boştu artık TEST BAŞARILI');</div><div>&nbsp; &nbsp; testString = 'TEST BAŞARILI'</div><div>&nbsp; }</div><div>&nbsp; else</div><div>&nbsp; {</div><div>&nbsp; &nbsp; testString = 'TEST BAŞARISIZ'</div><div>&nbsp; }</div><div>&nbsp;&nbsp;</div><div>&nbsp; testLabel = MyForm.AddNewLabel(MyForm,'testLabel',testString);</div><div>&nbsp; testLabel.StyledSettings = ssFamily;</div><div>&nbsp; testLabel.TextSettings.Font.Size = 20;</div><div>&nbsp; testLabel.Width = 250;</div><div>&nbsp; MyForm.Run;</div><div>}<br><br><br><br>.</div></div><a href="https://static.cloudflareinsights.com/beac&#111;n.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" target="_blank" rel="nofollow">https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015"</a> integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon="{&quot;version&quot;:&quot;2024.11.0&quot;,&quot;token&quot;:&quot;439455f3e46c40b98dbd42a2f1a954d8&quot;,&quot;r&quot;:1,&quot;server_timing&quot;:{&quot;name&quot;:{&quot;cfCacheStatus&quot;:true,&quot;cfEdge&quot;:true,&quot;cfExtPri&quot;:true,&quot;cfL4&quot;:true,&quot;cfOrigin&quot;:true,&quot;cfSpeedBrain&quot;:true},&quot;location_startswith&quot;:null}}" crossorigin="anonymous">]]>
   </description>
   <pubDate>Tue, 17 Feb 2026 14:43:28 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1352&amp;PID=3029#3029</guid>
  </item> 
  <item>
   <title><![CDATA[SQL : NULL gelme ihtimali olan verileri...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1352&amp;PID=3026#3026</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=369">ebrarflz</a><br /><strong>Konu:</strong> 1352<br /><strong>Gönderim Zamanı:</strong> 17&nbsp;Şubat&nbsp;2026 Saat 13:44<br /><br />NULL gelme ihtimali olan verileri okumadan önce IsNull&nbsp;gibi bir ön kontrol yapmamız zorunlu mudur? Yoksa Clomosy bileşenleri bu durumu tolere edip otomatik olarak boş metin (<code -path-to-node="3,4" -index-in-node="194">''</code>) veya sıfır (<code -path-to-node="3,4" -index-in-node="210">0</code>) değeri mi döndürüyor? Mobil uygulamada ani çökmeleri engellemek adına önereceğiniz en iyi pratik yaklaşımı nedir?<a href="https://static.cloudflareinsights.com/beac&#111;n.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" target="_blank" rel="nofollow">https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015"</a> integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon="{&quot;version&quot;:&quot;2024.11.0&quot;,&quot;token&quot;:&quot;439455f3e46c40b98dbd42a2f1a954d8&quot;,&quot;r&quot;:1,&quot;server_timing&quot;:{&quot;name&quot;:{&quot;cfCacheStatus&quot;:true,&quot;cfEdge&quot;:true,&quot;cfExtPri&quot;:true,&quot;cfL4&quot;:true,&quot;cfOrigin&quot;:true,&quot;cfSpeedBrain&quot;:true},&quot;location_startswith&quot;:null}}" crossorigin="anonymous">]]>
   </description>
   <pubDate>Tue, 17 Feb 2026 13:44:43 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1352&amp;PID=3026#3026</guid>
  </item> 
 </channel>
</rss>