<?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 Server</title>
  <link>https://forum.clomosy.com.tr/</link>
  <description><![CDATA[XML içerik linki; Clomosy | Forum : Genel &#304;&#351;lemler : SQL Server]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 04 May 2026 10:54:58 +0000</pubDate>
  <lastBuildDate>Tue, 30 Jul 2024 16:21:24 +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=768</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 Server : Yukar&#305;da sorguyu QuotedStr ile...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=768&amp;PID=1298#1298</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=171">OlgunAgac</a><br /><strong>Konu:</strong> 768<br /><strong>Gönderim Zamanı:</strong> 30&nbsp;Temmuz&nbsp;2024 Saat 16:21<br /><br />Yukarıda sorguyu QuotedStr ile doğru hale getirdim ve tarih formatını da doğru hale getirdim. Databasenizi kontrol edin.]]>
   </description>
   <pubDate>Tue, 30 Jul 2024 16:21:24 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=768&amp;PID=1298#1298</guid>
  </item> 
  <item>
   <title><![CDATA[SQL Server : varkayitOl: TclForm;userName,...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=768&amp;PID=1297#1297</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=171">OlgunAgac</a><br /><strong>Konu:</strong> 768<br /><strong>Gönderim Zamanı:</strong> 30&nbsp;Temmuz&nbsp;2024 Saat 16:20<br /><br /><div>var</div><div>kayitOl: TclForm;</div><div>userName, password, email: TClProEdit;</div><div>kayitOlPanel1, girisPanel1: TclProPanel;</div><div>nameKayit, surNameKayit, userNameKayit, PasswordKayit, emailKayit, Yas: TClProEdit;</div><div>dogumTarihi: TClProDateEdit;</div><div>girisButton, kayitButton, kayitOlButton: TClProButton;</div><div>dogumTarihiLabel: TCLProLabel;</div><div>kayitInsertQuery: TclSqlQuery;</div><div>AnaSayfa: TclUnit;</div><div>seyahatImg: TCLImage;</div><div>gun,ay,yil, dogruTarih: TclString;</div><div>sayac: TclInteger;</div><div>&nbsp; &nbsp;</div><div>void InsertToDatabase;</div><div>{</div><div><br></div><div>&nbsp; Clomosy.DBSQLServerQuery.Sql.Text = 'INSERT INTO Users (users_name, users_surname, users_username, users_password, users_email, users_age, users_dateOfBirth) VALUES (' + QuotedStr(nameKayit.Text) + ', ' + QuotedStr(surNameKayit.Text) + ',&nbsp; ' + QuotedStr(userNameKayit.Text) + ', ' + QuotedStr(PasswordKayit.Text) + ', ' + QuotedStr(emailKayit.Text) + ', ' + QuotedStr(Yas.Text) + ', ' + QuotedStr(dogruTarih) + ')';</div><div>&nbsp; Clomosy.DBSQLServerQuery.ExecSql;</div><div>}</div><div><br></div><div>{</div><div>&nbsp; kayitOl=TclForm.Create(self);</div><div>&nbsp; kayitOl.SetFormBGImage('<a href="https://i.pinimg.com/564x/8c/d9/16/8cd91636fb363780160fede3f9b7717e.jpg" target="_blank" rel="nofollow">https://i.pinimg.com/564x/8c/d9/16/8cd91636fb363780160fede3f9b7717e.jpg</a>');</div><div>&nbsp;&nbsp;</div><div>&nbsp; kayitOlPanel1=kayitOl.AddNewProPanel(kayitOl,'girisPanel1');</div><div>&nbsp; clComponent.SetupComponent(kayitOlPanel1,</div><div>&nbsp; '{"Align" : "Center",</div><div>&nbsp; "MarginBottom":100,</div><div>&nbsp; "MarginTop":100,</div><div>&nbsp; "Width" :400,&nbsp;</div><div>&nbsp; "Height":500,</div><div>&nbsp; "RoundHeight":20,</div><div>&nbsp; "RoundWidth":20,</div><div>&nbsp; "BackGroundColor":"#faf0f6"</div><div>&nbsp; }');</div><div>&nbsp;&nbsp;</div><div>&nbsp; nameKayit=kayitOl.AddNewProEdit(kayitOlPanel1, 'nameKayit', 'İsim:');</div><div>&nbsp; clComponent.SetupComponent(nameKayit,'{</div><div>&nbsp; "Align":"Top",</div><div>&nbsp; "Width" :200,&nbsp;</div><div>&nbsp; "Height":50,</div><div>&nbsp; "TextColor":"#133f87",</div><div>&nbsp; "TextSize":18,</div><div>&nbsp; "TextVerticalAlign":"center",</div><div>&nbsp; "TextHorizontalAlign":"center",</div><div>&nbsp; "TextBold":"yes",</div><div>&nbsp; "BorderColor":"#6f86d1",</div><div>&nbsp; "RoundHeight":10,</div><div>&nbsp; "RoundWidth":10,</div><div>&nbsp; "BorderWidth":2,</div><div>&nbsp; "BackGroundColor":"null"</div><div>&nbsp; }');</div><div>&nbsp; &nbsp;</div><div>&nbsp; surNameKayit=kayitOl.AddNewProEdit(kayitOlPanel1, 'surNameKayit', 'Soyİsim:');</div><div>&nbsp; clComponent.SetupComponent(surNameKayit,'{</div><div>&nbsp; "Align":"Top",</div><div>&nbsp; "Width" :200,&nbsp;</div><div>&nbsp; "Height":50,</div><div>&nbsp; "TextColor":"#133f87",</div><div>&nbsp; "TextSize":18,</div><div>&nbsp; "TextVerticalAlign":"center",</div><div>&nbsp; "TextHorizontalAlign":"center",</div><div>&nbsp; "TextBold":"yes",</div><div>&nbsp; "BorderColor":"#6f86d1",</div><div>&nbsp; "RoundHeight":10,</div><div>&nbsp; "RoundWidth":10,</div><div>&nbsp; "BorderWidth":2,</div><div>&nbsp; "BackGroundColor":"null"</div><div>&nbsp; }');</div><div>&nbsp;&nbsp;</div><div><br></div><div>&nbsp; userNameKayit=kayitOl.AddNewProEdit(kayitOlPanel1, 'userNameKayit', 'Kullanıcı Adı Belirleyiniz:');</div><div>&nbsp; clComponent.SetupComponent(userNameKayit,'{</div><div>&nbsp; "Align":"Top",</div><div>&nbsp; "Width" :200,&nbsp;</div><div>&nbsp; "Height":50,</div><div>&nbsp; "TextColor":"#133f87",</div><div>&nbsp; "TextSize":18,</div><div>&nbsp; "TextVerticalAlign":"center",</div><div>&nbsp; "TextHorizontalAlign":"center",</div><div>&nbsp; "TextBold":"yes",</div><div>&nbsp; "BorderColor":"#6f86d1",</div><div>&nbsp; "RoundHeight":10,</div><div>&nbsp; "RoundWidth":10,</div><div>&nbsp; "BorderWidth":2,</div><div>&nbsp; "BackGroundColor":"null"</div><div>&nbsp; }');</div><div>&nbsp; &nbsp;</div><div>&nbsp; PasswordKayit=kayitOl.AddNewProEdit(kayitOlPanel1, 'PasswordKayit', 'Şifre Belirleyiniz:');</div><div>&nbsp; clComponent.SetupComponent(PasswordKayit,'{</div><div>&nbsp; "Align":"Top",</div><div>&nbsp; "Width" :200,&nbsp;</div><div>&nbsp; "Height":50,</div><div>&nbsp; "TextColor":"#133f87",</div><div>&nbsp; "TextSize":18,</div><div>&nbsp; "TextVerticalAlign":"center",</div><div>&nbsp; "TextHorizontalAlign":"center",</div><div>&nbsp; "TextBold":"yes",</div><div>&nbsp; "BorderColor":"#6f86d1",</div><div>&nbsp; "RoundHeight":10,</div><div>&nbsp; "RoundWidth":10,</div><div>&nbsp; "BorderWidth":2,</div><div>&nbsp; "BackGroundColor":"null",</div><div>&nbsp; "Password":"False"</div><div>&nbsp; }');</div><div>&nbsp; PasswordKayit.Password = True;</div><div>&nbsp;&nbsp;</div><div>&nbsp; emailKayit=kayitOl.AddNewProEdit(kayitOlPanel1, 'emailKayit', 'Email Belirleyiniz:');</div><div>&nbsp; clComponent.SetupComponent(emailKayit,'{</div><div>&nbsp; "Align":"Top",</div><div>&nbsp; "Width" :200,&nbsp;</div><div>&nbsp; "Height":50,</div><div>&nbsp; "TextColor":"#133f87",</div><div>&nbsp; "TextSize":18,</div><div>&nbsp; "TextVerticalAlign":"center",</div><div>&nbsp; "TextHorizontalAlign":"center",</div><div>&nbsp; "TextBold":"yes",</div><div>&nbsp; "BorderColor":"#6f86d1",</div><div>&nbsp; "RoundHeight":10,</div><div>&nbsp; "RoundWidth":10,</div><div>&nbsp; "BorderWidth":2,</div><div>&nbsp; "BackGroundColor":"null"</div><div>&nbsp; }');</div><div>&nbsp; &nbsp;</div><div>&nbsp; Yas=kayitOl.AddNewProEdit(kayitOlPanel1, 'Yas', 'Yaş Bilgisi:');</div><div>&nbsp; clComponent.SetupComponent(Yas,'{</div><div>&nbsp; "Align":"Top",</div><div>&nbsp; "Width" :200,&nbsp;</div><div>&nbsp; "Height":50,</div><div>&nbsp; "TextColor":"#133f87",</div><div>&nbsp; "TextSize":18,</div><div>&nbsp; "TextVerticalAlign":"center",</div><div>&nbsp; "TextHorizontalAlign":"center",</div><div>&nbsp; "TextBold":"yes",</div><div>&nbsp; "BorderColor":"#6f86d1",</div><div>&nbsp; "RoundHeight":10,</div><div>&nbsp; "RoundWidth":10,</div><div>&nbsp; "BorderWidth":2,</div><div>&nbsp; "BackGroundColor":"null"</div><div>&nbsp; }');</div><div>&nbsp; Yas.clTypeOfField = taFloat;&nbsp;</div><div>&nbsp; &nbsp;</div><div>&nbsp; &nbsp;</div><div>&nbsp; dogumTarihiLabel=kayitOl.AddNewProLabel(kayitOlPanel1, 'dogumTarihiLabel', 'Doğum Tarihi:');</div><div>&nbsp; clComponent.SetupComponent(dogumTarihiLabel,'{</div><div>&nbsp; "Width" :150,&nbsp;</div><div>&nbsp; "Height":40,</div><div>&nbsp; "TextColor":"#133f87",</div><div>&nbsp; "TextSize":18,</div><div>&nbsp; "TextVerticalAlign":"center",</div><div>&nbsp; "TextHorizontalAlign":"center",</div><div>&nbsp; "TextBold":"yes",</div><div>&nbsp; "BorderColor":"#6f86d1",</div><div>&nbsp; "RoundHeight":10,</div><div>&nbsp; "RoundWidth":10,</div><div>&nbsp; "BorderWidth":2,</div><div>&nbsp; "BackGroundColor":"null",</div><div>&nbsp; "MarginLeft":50,</div><div>&nbsp; "MarginRight":200</div><div>&nbsp; }');</div><div>&nbsp;&nbsp;</div><div>&nbsp;&nbsp;</div><div>&nbsp; dogumTarihi = kayitOl.AddNewProDateEdit(kayitOlPanel1,'dogumTarihi');</div><div>&nbsp; clComponent.SetupComponent(dogumTarihi,'{</div><div>&nbsp; "Width" :150,&nbsp;</div><div>&nbsp; "Height":40,</div><div>&nbsp; "RoundHeight":10,</div><div>&nbsp; "TextColor": "#133f87",</div><div>&nbsp; "RoundWidth":10,</div><div>&nbsp; "BorderColor":"#6f86d1",</div><div>&nbsp; "BorderWidth":2,</div><div>&nbsp; "BackgroundColor":"null",</div><div>&nbsp; "TextSize" : 18,</div><div>&nbsp; "TextVerticalAlign" : "Center",</div><div>&nbsp; "TextHorizontalAlign" : "Center",</div><div>&nbsp; "MarginLeft":200,</div><div>&nbsp; "MarginRight":50</div><div>&nbsp; }');</div><div>&nbsp; &nbsp;</div><div>&nbsp; kayitOlButton=kayitOl.AddNewProButton(kayitOlPanel1, 'kayitOlButton', 'Kayıt Ol');</div><div>&nbsp; clComponent.SetupComponent(kayitOlButton,'{</div><div>&nbsp; "Align":"Bottom",</div><div>&nbsp; "TextColor":"#526fcc",</div><div>&nbsp; "TextWidth":400,</div><div>&nbsp; "TextHeight":200,</div><div>&nbsp; "TextSize":17,</div><div>&nbsp; "Width" :200,&nbsp;</div><div>&nbsp; "Height":50,</div><div>&nbsp; "RoundHeight":2,</div><div>&nbsp; "RoundWidth":2,</div><div>&nbsp; "BorderColor":"#617bcf",</div><div>&nbsp; "BorderWidth":2,</div><div>&nbsp; "TextBold":"yes",</div><div>&nbsp; "BackGroundColor":"null"</div><div>&nbsp; }');</div><div>&nbsp; &nbsp;</div><div>&nbsp; kayitInsertQuery = TclSqlQuery.Create(nil);</div><div>&nbsp; Clomosy.DBSQLServerConnect('SQL Server', 'myserver9363.database.windows.net', 'azureuser', 'SES1234sizlik', 'yeniSeyahat', 1433);</div><div>&nbsp; kayitInsertQuery.Connection = Clomosy.DBSQLServerConnection;</div><div>&nbsp; &nbsp;</div><div>&nbsp; kayitOl.AddNewEvent(kayitOlButton,tbeOnClick,'InsertToDatabase');</div><div>&nbsp;&nbsp;</div><div>&nbsp; gun = clGetStringTo(dogumTarihi.Date,'.');</div><div>&nbsp; yil = clGetStringAfter(dogumTarihi.Date, '.');</div><div>&nbsp; ay = clGetStringTo(yil, '.');</div><div>&nbsp; yil = clGetStringAfter(yil, '.');</div><div>&nbsp;&nbsp;</div><div>&nbsp; dogruTarih = yil + '-' + ay + '-' + gun;</div><div>&nbsp;&nbsp;</div><div>&nbsp; kayitOl.Run;</div><div>}</div>]]>
   </description>
   <pubDate>Tue, 30 Jul 2024 16:20:31 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=768&amp;PID=1297#1297</guid>
  </item> 
  <item>
   <title><![CDATA[SQL Server : &#304;ki adet sorun buldum. Bunlardan...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=768&amp;PID=1296#1296</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=171">OlgunAgac</a><br /><strong>Konu:</strong> 768<br /><strong>Gönderim Zamanı:</strong> 30&nbsp;Temmuz&nbsp;2024 Saat 15:59<br /><br />İki adet sorun buldum. Bunlardan birincisi SQL Sorgusu atarken her türlü QuotedStr kullanmak gerekiyor. Diğer bir hata ise yukarıda belirttiğim gibi sql Date değeri sadece YYYY-MM-DD formatı kabul eder. Yani 2024-02-24 gibi fakat ProDateEdit 24.02.2024 şeklinde vermekte. Kodu düzeltip aşağıya atacağım.]]>
   </description>
   <pubDate>Tue, 30 Jul 2024 15:59:20 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=768&amp;PID=1296#1296</guid>
  </item> 
  <item>
   <title><![CDATA[SQL Server : Kodun tamam&#305;n&#305; de&#287;il fakat ilgili...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=768&amp;PID=1293#1293</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=208">rabiagnbs</a><br /><strong>Konu:</strong> 768<br /><strong>Gönderim Zamanı:</strong> 30&nbsp;Temmuz&nbsp;2024 Saat 15:29<br /><br />Kodun tamamını değil fakat ilgili kısmı gönderiyorum:<div>&nbsp;var<div>&nbsp; &nbsp;giris, kayitOl: TclForm;</div><div>&nbsp; &nbsp;userName, password, email: TClProEdit;</div><div>&nbsp; &nbsp;kayitOlPanel1, girisPanel1: TclProPanel;</div><div>&nbsp; &nbsp;nameKayit, surNameKayit, userNameKayit, PasswordKayit, emailKayit, Yas: TClProEdit;</div><div>&nbsp; &nbsp;dogumTarihi: TClProDateEdit;</div><div>&nbsp; &nbsp;girisButton, kayitButton, kayitOlButton: TClProButton;</div><div>&nbsp; &nbsp;dogumTarihiLabel: TCLProLabel;</div><div>&nbsp; &nbsp;kayitInsertQuery: TclSqlQuery;</div><div>&nbsp; &nbsp;AnaSayfa: TclUnit;</div><div>&nbsp; &nbsp;seyahatImg: TCLImage;</div><div>&nbsp; &nbsp;</div><div>void InsertToDatabase;</div><div>{</div><div>&nbsp; &nbsp; Clomosy.DBSQLServerQuery.Sql.Text = 'INSERT INTO Users (users_name, users_surname, users_username, users_password, users_email, users_age, users_dateOfBirth) VALUES ('+nameKayit.Text+', '+surNameKayit.Text+', &nbsp;'+userNameKayit.Text+', '+PasswordKayit.Text+', '+emailKayit.Text+', '+Yas.Text+', '+dogumTarihi.Text+')';</div><div>&nbsp; &nbsp; Clomosy.DBSQLServerQuery.ExecSql;</div><div>}</div><div><br></div><div>void KayitOlSayfa;</div><div>{</div><div>&nbsp; kayitOl=TclForm.Create(self);</div><div>&nbsp; kayitOl.SetFormBGImage('<a href="https://i.pinimg.com/564x/8c/d9/16/8cd91636fb363780160fede3f9b7717e.jpg" target="_blank" rel="nofollow">https://i.pinimg.com/564x/8c/d9/16/8cd91636fb363780160fede3f9b7717e.jpg</a>');</div><div>&nbsp;&nbsp;</div><div>&nbsp; kayitOlPanel1=kayitOl.AddNewProPanel(kayitOl,'girisPanel1');</div><div>&nbsp; clComponent.SetupComponent(kayitOlPanel1,</div><div>&nbsp; '{"Align" : "Center",</div><div>&nbsp; "MarginBottom":100,</div><div>&nbsp; "MarginTop":100,</div><div>&nbsp; "Width" :400,&nbsp;</div><div>&nbsp; "Height":500,</div><div>&nbsp; "RoundHeight":20,</div><div>&nbsp; "RoundWidth":20,</div><div>&nbsp; "BackGroundColor":"#faf0f6"</div><div>&nbsp; }');</div><div>&nbsp;&nbsp;</div><div>&nbsp; &nbsp;nameKayit=kayitOl.AddNewProEdit(kayitOlPanel1, 'nameKayit', 'İsim:');</div><div>&nbsp; &nbsp;clComponent.SetupComponent(nameKayit,'{</div><div>&nbsp; &nbsp;"Align":"Top",</div><div>&nbsp; &nbsp;"Width" :200,&nbsp;</div><div>&nbsp; &nbsp;"Height":50,</div><div>&nbsp; &nbsp;"TextColor":"#133f87",</div><div>&nbsp; &nbsp;"TextSize":18,</div><div>&nbsp; &nbsp;"TextVerticalAlign":"center",</div><div>&nbsp; &nbsp;"TextHorizontalAlign":"center",</div><div>&nbsp; &nbsp;"TextBold":"yes",</div><div>&nbsp; &nbsp;"BorderColor":"#6f86d1",</div><div>&nbsp; &nbsp;"RoundHeight":10,</div><div>&nbsp; &nbsp;"RoundWidth":10,</div><div>&nbsp; &nbsp;"BorderWidth":2,</div><div>&nbsp; &nbsp;"BackGroundColor":"null"</div><div>&nbsp; &nbsp;}');</div><div>&nbsp; &nbsp;</div><div>&nbsp; &nbsp;surNameKayit=kayitOl.AddNewProEdit(kayitOlPanel1, 'surNameKayit', 'Soyİsim:');</div><div>&nbsp; &nbsp;clComponent.SetupComponent(surNameKayit,'{</div><div>&nbsp; &nbsp;"Align":"Top",</div><div>&nbsp; &nbsp;"Width" :200,&nbsp;</div><div>&nbsp; &nbsp;"Height":50,</div><div>&nbsp; &nbsp;"TextColor":"#133f87",</div><div>&nbsp; &nbsp;"TextSize":18,</div><div>&nbsp; &nbsp;"TextVerticalAlign":"center",</div><div>&nbsp; &nbsp;"TextHorizontalAlign":"center",</div><div>&nbsp; &nbsp;"TextBold":"yes",</div><div>&nbsp; &nbsp;"BorderColor":"#6f86d1",</div><div>&nbsp; &nbsp;"RoundHeight":10,</div><div>&nbsp; &nbsp;"RoundWidth":10,</div><div>&nbsp; &nbsp;"BorderWidth":2,</div><div>&nbsp; &nbsp;"BackGroundColor":"null"</div><div>&nbsp; &nbsp;}');</div><div>&nbsp;&nbsp;</div><div><br></div><div>&nbsp; userNameKayit=kayitOl.AddNewProEdit(kayitOlPanel1, 'userNameKayit', 'Kullanıcı Adı Belirleyiniz:');</div><div>&nbsp; &nbsp;clComponent.SetupComponent(userNameKayit,'{</div><div>&nbsp; &nbsp;"Align":"Top",</div><div>&nbsp; &nbsp;"Width" :200,&nbsp;</div><div>&nbsp; &nbsp;"Height":50,</div><div>&nbsp; &nbsp;"TextColor":"#133f87",</div><div>&nbsp; &nbsp;"TextSize":18,</div><div>&nbsp; &nbsp;"TextVerticalAlign":"center",</div><div>&nbsp; &nbsp;"TextHorizontalAlign":"center",</div><div>&nbsp; &nbsp;"TextBold":"yes",</div><div>&nbsp; &nbsp;"BorderColor":"#6f86d1",</div><div>&nbsp; &nbsp;"RoundHeight":10,</div><div>&nbsp; &nbsp;"RoundWidth":10,</div><div>&nbsp; &nbsp;"BorderWidth":2,</div><div>&nbsp; &nbsp;"BackGroundColor":"null"</div><div>&nbsp; &nbsp;}');</div><div>&nbsp; &nbsp;</div><div>&nbsp; &nbsp;PasswordKayit=kayitOl.AddNewProEdit(kayitOlPanel1, 'PasswordKayit', 'Şifre Belirleyiniz:');</div><div>&nbsp; &nbsp;clComponent.SetupComponent(PasswordKayit,'{</div><div>&nbsp; &nbsp;"Align":"Top",</div><div>&nbsp; &nbsp;"Width" :200,&nbsp;</div><div>&nbsp; &nbsp;"Height":50,</div><div>&nbsp; &nbsp;"TextColor":"#133f87",</div><div>&nbsp; &nbsp;"TextSize":18,</div><div>&nbsp; &nbsp;"TextVerticalAlign":"center",</div><div>&nbsp; &nbsp;"TextHorizontalAlign":"center",</div><div>&nbsp; &nbsp;"TextBold":"yes",</div><div>&nbsp; &nbsp;"BorderColor":"#6f86d1",</div><div>&nbsp; &nbsp;"RoundHeight":10,</div><div>&nbsp; &nbsp;"RoundWidth":10,</div><div>&nbsp; &nbsp;"BorderWidth":2,</div><div>&nbsp; &nbsp;"BackGroundColor":"null",</div><div>&nbsp; &nbsp;"Password":"False"</div><div>&nbsp; &nbsp;}');</div><div>&nbsp; &nbsp;PasswordKayit.Password = True;</div><div><br></div><div>&nbsp; &nbsp;emailKayit=kayitOl.AddNewProEdit(kayitOlPanel1, 'emailKayit', 'Email Belirleyiniz:');</div><div>&nbsp; &nbsp;clComponent.SetupComponent(emailKayit,'{</div><div>&nbsp; &nbsp;"Align":"Top",</div><div>&nbsp; &nbsp;"Width" :200,&nbsp;</div><div>&nbsp; &nbsp;"Height":50,</div><div>&nbsp; &nbsp;"TextColor":"#133f87",</div><div>&nbsp; &nbsp;"TextSize":18,</div><div>&nbsp; &nbsp;"TextVerticalAlign":"center",</div><div>&nbsp; &nbsp;"TextHorizontalAlign":"center",</div><div>&nbsp; &nbsp;"TextBold":"yes",</div><div>&nbsp; &nbsp;"BorderColor":"#6f86d1",</div><div>&nbsp; &nbsp;"RoundHeight":10,</div><div>&nbsp; &nbsp;"RoundWidth":10,</div><div>&nbsp; &nbsp;"BorderWidth":2,</div><div>&nbsp; &nbsp;"BackGroundColor":"null"</div><div>&nbsp; &nbsp;}');</div><div>&nbsp; &nbsp;</div><div>&nbsp; &nbsp;Yas=kayitOl.AddNewProEdit(kayitOlPanel1, 'Yas', 'Yaş Bilgisi:');</div><div>&nbsp; &nbsp;clComponent.SetupComponent(Yas,'{</div><div>&nbsp; &nbsp;"Align":"Top",</div><div>&nbsp; &nbsp;"Width" :200,&nbsp;</div><div>&nbsp; &nbsp;"Height":50,</div><div>&nbsp; &nbsp;"TextColor":"#133f87",</div><div>&nbsp; &nbsp;"TextSize":18,</div><div>&nbsp; &nbsp;"TextVerticalAlign":"center",</div><div>&nbsp; &nbsp;"TextHorizontalAlign":"center",</div><div>&nbsp; &nbsp;"TextBold":"yes",</div><div>&nbsp; &nbsp;"BorderColor":"#6f86d1",</div><div>&nbsp; &nbsp;"RoundHeight":10,</div><div>&nbsp; &nbsp;"RoundWidth":10,</div><div>&nbsp; &nbsp;"BorderWidth":2,</div><div>&nbsp; &nbsp;"BackGroundColor":"null"</div><div>&nbsp; &nbsp;}');</div><div>&nbsp; &nbsp;Yas.clTypeOfField = taFloat;&nbsp;</div><div>&nbsp; &nbsp;</div><div>&nbsp; &nbsp;</div><div>&nbsp; dogumTarihiLabel=kayitOl.AddNewProLabel(kayitOlPanel1, 'dogumTarihiLabel', 'Doğum Tarihi:');</div><div>&nbsp; &nbsp;clComponent.SetupComponent(dogumTarihiLabel,'{</div><div>&nbsp; &nbsp;"Width" :150,&nbsp;</div><div>&nbsp; &nbsp;"Height":40,</div><div>&nbsp; &nbsp;"TextColor":"#133f87",</div><div>&nbsp; &nbsp;"TextSize":18,</div><div>&nbsp; &nbsp;"TextVerticalAlign":"center",</div><div>&nbsp; &nbsp;"TextHorizontalAlign":"center",</div><div>&nbsp; &nbsp;"TextBold":"yes",</div><div>&nbsp; &nbsp;"BorderColor":"#6f86d1",</div><div>&nbsp; &nbsp;"RoundHeight":10,</div><div>&nbsp; &nbsp;"RoundWidth":10,</div><div>&nbsp; &nbsp;"BorderWidth":2,</div><div>&nbsp; &nbsp;"BackGroundColor":"null",</div><div>&nbsp; &nbsp;"MarginLeft":50,</div><div>&nbsp; &nbsp;"MarginRight":200</div><div>&nbsp; &nbsp;}');</div><div>&nbsp;&nbsp;</div><div>&nbsp;&nbsp;</div><div>&nbsp; dogumTarihi = kayitOl.AddNewProDateEdit(kayitOlPanel1,'dogumTarihi');</div><div>&nbsp; clComponent.SetupComponent(dogumTarihi,'{</div><div>&nbsp; "Width" :150,&nbsp;</div><div>&nbsp; "Height":40,</div><div>&nbsp; "RoundHeight":10,</div><div>&nbsp; "TextColor": "#133f87",</div><div>&nbsp; "RoundWidth":10,</div><div>&nbsp; "BorderColor":"#6f86d1",</div><div>&nbsp; "BorderWidth":2,</div><div>&nbsp; "BackgroundColor":"null",</div><div>&nbsp; "TextSize" : 18,</div><div>&nbsp; "TextVerticalAlign" : "Center",</div><div>&nbsp; "TextHorizontalAlign" : "Center",</div><div>&nbsp; "MarginLeft":200,</div><div>&nbsp; "MarginRight":50</div><div>&nbsp; }');</div><div>&nbsp; &nbsp;</div><div>&nbsp; &nbsp;kayitOlButton=kayitOl.AddNewProButton(kayitOlPanel1, 'kayitOlButton', 'Kayıt Ol');</div><div>&nbsp; &nbsp;clComponent.SetupComponent(kayitOlButton,'{</div><div>&nbsp; &nbsp;"Align":"Bottom",</div><div>&nbsp; &nbsp;"TextColor":"#526fcc",</div><div>&nbsp; &nbsp;"TextWidth":400,</div><div>&nbsp; &nbsp;"TextHeight":200,</div><div>&nbsp; &nbsp;"TextSize":17,</div><div>&nbsp; &nbsp;"Width" :200,&nbsp;</div><div>&nbsp; &nbsp;"Height":50,</div><div>&nbsp; &nbsp;"RoundHeight":2,</div><div>&nbsp; &nbsp;"RoundWidth":2,</div><div>&nbsp; &nbsp;"BorderColor":"#617bcf",</div><div>&nbsp; &nbsp;"BorderWidth":2,</div><div>&nbsp; &nbsp;"TextBold":"yes",</div><div>&nbsp; &nbsp;"BackGroundColor":"null"</div><div>&nbsp; &nbsp;}');</div><div>&nbsp; &nbsp;</div><div>&nbsp; &nbsp; &nbsp;&nbsp;</div><div>&nbsp; kayitInsertQuery = TclSqlQuery.Create(nil);</div><div>&nbsp; Clomosy.DBSQLServerConnect('SQL Server', 'myserver9363.database.windows.net', 'azureuser', 'SES1234sizlik', 'yeniSeyahat', 1433);</div><div>&nbsp; kayitInsertQuery.Connection = Clomosy.DBSQLServerConnection;</div><div>&nbsp; &nbsp;</div><div>&nbsp; &nbsp;kayitOl.AddNewEvent(kayitOlButton,tbeOnClick,'InsertToDatabase');</div><div>&nbsp; &nbsp;</div><div>&nbsp; &nbsp;kayitOl.Run;</div><div>}</div><div><br></div></div>]]>
   </description>
   <pubDate>Tue, 30 Jul 2024 15:29:51 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=768&amp;PID=1293#1293</guid>
  </item> 
  <item>
   <title><![CDATA[SQL Server : Kodun tamam&#305;n&#305; atabilir misiniz?...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=768&amp;PID=1288#1288</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=171">OlgunAgac</a><br /><strong>Konu:</strong> 768<br /><strong>Gönderim Zamanı:</strong> 30&nbsp;Temmuz&nbsp;2024 Saat 15:20<br /><br />Kodun tamamını atabilir misiniz?]]>
   </description>
   <pubDate>Tue, 30 Jul 2024 15:20:37 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=768&amp;PID=1288#1288</guid>
  </item> 
  <item>
   <title><![CDATA[SQL Server : syntax hatas&#305; almaya devam ediyorum...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=768&amp;PID=1287#1287</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=208">rabiagnbs</a><br /><strong>Konu:</strong> 768<br /><strong>Gönderim Zamanı:</strong> 30&nbsp;Temmuz&nbsp;2024 Saat 15:17<br /><br />syntax hatası almaya devam ediyorum sıkıntı ne olabilir: &nbsp;Clomosy.DBSQLServerQuery.Sql.Text = 'INSERT INTO Users (users_name, users_surname, users_username, users_password, users_email, users_age, users_dateOfBirth) VALUES ('+nameKayit.Text+', '+surNameKayit.Text+', &nbsp;'+userNameKayit.Text+', '+PasswordKayit.Text+', '+emailKayit.Text+', '+Yas.Text+', '+dogumTarihi.Text+')';<div>&nbsp; &nbsp; Clomosy.DBSQLServerQuery.ExecSql;</div><div>&nbsp;&nbsp;</div>]]>
   </description>
   <pubDate>Tue, 30 Jul 2024 15:17:11 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=768&amp;PID=1287#1287</guid>
  </item> 
  <item>
   <title><![CDATA[SQL Server : SQL taraf&#305;nda Date bilgisi 2024-07-30...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=768&amp;PID=1286#1286</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=171">OlgunAgac</a><br /><strong>Konu:</strong> 768<br /><strong>Gönderim Zamanı:</strong> 30&nbsp;Temmuz&nbsp;2024 Saat 14:45<br /><br />SQL tarafında Date bilgisi 2024-07-30 formatında tutuluyor. Eğer aynı formatta ise text olarak query atabilirsin. Ve aynı şekilde Integer verileri string olarak query atabilirsin kabul eder.&nbsp;]]>
   </description>
   <pubDate>Tue, 30 Jul 2024 14:45:57 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=768&amp;PID=1286#1286</guid>
  </item> 
  <item>
   <title><![CDATA[SQL Server : do&#287;um tarihini zaten bu &#351;ekilde...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=768&amp;PID=1285#1285</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=208">rabiagnbs</a><br /><strong>Konu:</strong> 768<br /><strong>Gönderim Zamanı:</strong> 30&nbsp;Temmuz&nbsp;2024 Saat 14:40<br /><br />doğum tarihini zaten bu şekilde tanımlamıştım:&nbsp;&nbsp;dogumTarihi: TClProDateEdit; ama tablo kısmında da date veri tipinde olduğu için verileri tabloya insert ile kaydederken text yerine ne yazabilirim onu bilemedim. bir de yas kısmı da hem tabloda hem kodda int olarak tanımlı yine onu da text şeklinde alırsam sıkıntı olur mu?]]>
   </description>
   <pubDate>Tue, 30 Jul 2024 14:40:06 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=768&amp;PID=1285#1285</guid>
  </item> 
  <item>
   <title><![CDATA[SQL Server : Yas.Text al&#305;rken QuotedStr kullanm&#305;&#351;s&#305;n....]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=768&amp;PID=1283#1283</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=171">OlgunAgac</a><br /><strong>Konu:</strong> 768<br /><strong>Gönderim Zamanı:</strong> 30&nbsp;Temmuz&nbsp;2024 Saat 14:35<br /><br /><div>Yas.Text alırken QuotedStr kullanmışsın. Eğer bir edit nesnesinden çekiyorsan .Text zaten string değeri döndürür.</div><div><br></div>TclDateTime diye bir nesne var.<div>var&nbsp;</div><div>&nbsp;gecerliTarih:TclDateTime;&nbsp;</div><div><br></div><div>{</div><div>gecerliTarih = Date; // gecerliTarih, şu anki tarihi içerir (saat bilgisi olmadan) ShowMessage(gecerliTarih);</div><div>}</div>]]>
   </description>
   <pubDate>Tue, 30 Jul 2024 14:35:23 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=768&amp;PID=1283#1283</guid>
  </item> 
  <item>
   <title><![CDATA[SQL Server : buradaki hata nedir verileri ge&#231;ersiz...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=768&amp;PID=1281#1281</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=208">rabiagnbs</a><br /><strong>Konu:</strong> 768<br /><strong>Gönderim Zamanı:</strong> 30&nbsp;Temmuz&nbsp;2024 Saat 14:26<br /><br />buradaki hata nedir verileri geçersiz sayıyor. Bir de date kısmı tabloda tarih veri tipi olarak kayıtlı burada text dışında belirleyeceğim şekli var mı : void InsertToDatabase;<div>{</div><div>&nbsp; try</div><div>&nbsp; &nbsp; Clomosy.DBSQLServerQuery.Sql.Text = 'INSERT INTO Users (users_name, users_surname, users_username, users_password, users_email,</div><div>&nbsp; &nbsp; users_age, users_dateOfBirth) VALUES ('+nameKayit.Text+', '+surNameKayit.Text+', &nbsp;'+userNameKayit.Text+',</div><div>&nbsp; &nbsp; '+PasswordKayit.Text+', '+emailKayit.Text+', '+QuotedStr(Yas.Text)+', '+dogumTarihi.Text+')';</div><div>&nbsp; &nbsp; Clomosy.DBSQLServerQuery.ExecSql;</div><div>&nbsp; except</div><div>&nbsp; &nbsp; ShowMessage('Exception class: '+LastExceptionClassName+' Exception Message: ' +LastExceptionMessage);</div><div>&nbsp; }</div><div>}</div>]]>
   </description>
   <pubDate>Tue, 30 Jul 2024 14:26:51 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=768&amp;PID=1281#1281</guid>
  </item> 
 </channel>
</rss>