<?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 : Genel &#304;&#351;lemler : SQL]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 04 May 2026 13:14:45 +0000</pubDate>
  <lastBuildDate>Thu, 24 Jul 2025 17:10:26 +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=1132</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 : te&#351;ekk&#252;r ederim dedi&#287;ini yapt&#305;m...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1132&amp;PID=2345#2345</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=332">enescrrhgl</a><br /><strong>Konu:</strong> 1132<br /><strong>Gönderim Zamanı:</strong> 24&nbsp;Temmuz&nbsp;2025 Saat 17:10<br /><br />teşekkür ederim dediğini yaptım oldu<img src="https://forum.clomosy.com.tr/smileys/smiley1.gif" border="0" alt="Smile" title="Smile" />]]>
   </description>
   <pubDate>Thu, 24 Jul 2025 17:10:26 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1132&amp;PID=2345#2345</guid>
  </item> 
  <item>
   <title><![CDATA[SQL : Merhaba Enes,except&amp;#039;in sonuna...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1132&amp;PID=2344#2344</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=307">Mahmutdmr</a><br /><strong>Konu:</strong> 1132<br /><strong>Gönderim Zamanı:</strong> 24&nbsp;Temmuz&nbsp;2025 Saat 17:07<br /><br />Merhaba Enes,<br><br>except'in sonuna "}" koyarsan sorunun ortadan kalcağını düşünüyorum umarım yardımcı olabilmişimdir. iyi çalışmalar.<br><br><div style=": rgb251, 251, 253;">except</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; &nbsp;&nbsp;</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; &nbsp; ShowMessage('Exception class: ' +LastExceptionClassName+ 'Exception message: ' +LastExceptionMessage);</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; }</div><div style=": rgb251, 251, 253;">}<br><br></div>]]>
   </description>
   <pubDate>Thu, 24 Jul 2025 17:07:31 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1132&amp;PID=2344#2344</guid>
  </item> 
  <item>
   <title><![CDATA[SQL : sql kodlar&#305;n&#305; yazd&#305;m da syntax...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1132&amp;PID=2339#2339</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=332">enescrrhgl</a><br /><strong>Konu:</strong> 1132<br /><strong>Gönderim Zamanı:</strong> 24&nbsp;Temmuz&nbsp;2025 Saat 16:22<br /><br />sql kodlarını yazdım da syntax error diyor.<div><br></div><div><div>var</div><div>&nbsp; anaForm: TclForm;</div><div>&nbsp; bottomPanel: TclProPanel;</div><div>&nbsp; newScreenButton: TclProButton;</div><div><br></div><div>&nbsp; productCodePanel: TclProPanel;</div><div>&nbsp; productNamePanel: TclProPanel;</div><div>&nbsp; stockTypePanel: TclProPanel;</div><div><br></div><div>&nbsp; productCodeLabel: TclProLabel;</div><div>&nbsp; productCodeEdit: TclProEdit;</div><div><br></div><div>&nbsp; productNameLabel: TclProLabel;</div><div>&nbsp; productNameEdit: TclProEdit;</div><div><br></div><div>&nbsp; stockTypeLabel: TclProLabel;</div><div>&nbsp; stockTypeCombo: TCLComboBox;</div><div>&nbsp;&nbsp;</div><div>&nbsp; insertQuery: TclSqlQuery;<br><br><br>&nbsp;void InstertToDatabase;</div><div>{</div><div>&nbsp; try</div><div>&nbsp;&nbsp;</div><div>&nbsp; &nbsp; Clomosy.DBSQLServerQuery.Sql.Text = 'INSERT&nbsp; INTO Urunler (ProductCode, ProductName, StockType) VALUES ( '+productCodeEdit.Text+','+productNameEdit.Text+', '+stockTypeCombo.Value+' )';</div><div>&nbsp; &nbsp; Clomosy.DBSQLServerQuery.ExecSql;</div><div>&nbsp; &nbsp; ShowMessage('VERİ EKLEME BASARILI');</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; except</div><div>&nbsp; &nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; ShowMessage('Exception class: ' +LastExceptionClassName+ 'Exception message: ' +LastExceptionMessage);</div><div>&nbsp; &nbsp;&nbsp;</div><div>}</div></div><div><br></div><div><div>insertQuery = TclSqlQuery.Create(nil);</div><div>&nbsp; Clomosy.DBSQLServerConnect('SQL Server', 'DESKTOP-4JVIBLD\SQLEXPRESS', 'sa', '123456', 'clomosyDB',1433);</div><div>&nbsp; insertQuery.Connection = Clomosy.DBSQLServerConnection;</div></div><div><br></div>]]>
   </description>
   <pubDate>Thu, 24 Jul 2025 16:22:51 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1132&amp;PID=2339#2339</guid>
  </item> 
 </channel>
</rss>