<?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 : veritabanı&#039;nı göremiyorum</title>
  <link>https://forum.clomosy.com.tr/</link>
  <description><![CDATA[XML içerik linki; Clomosy | Forum : Genel &#304;&#351;lemler : veritabanı&#039;nı göremiyorum]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 04 May 2026 10:54:24 +0000</pubDate>
  <lastBuildDate>Fri, 04 Jul 2025 17:47:46 +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=1059</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[veritabanı&#039;nı göremiyorum : Merhaba Kenan,Bilgisayar &#252;zerinde...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1059&amp;PID=2118#2118</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=142">BilalCndn</a><br /><strong>Konu:</strong> 1059<br /><strong>Gönderim Zamanı:</strong> 04&nbsp;Temmuz&nbsp;2025 Saat 17:47<br /><br />Merhaba Kenan,<div><br></div><div>Bilgisayar üzerinde oluşturmuş olduğun Sqlite veritabanı dosyasına telefondan erişememen gayet normal bir durum. Sqlite dosya tabanlı çalışan bir veritabanı sistemi olduğu için erişebilmek için dosyaya ihtiyaç duyarsın. Çözüm olarak veritabanını farklı bir uygulamadan oluşturmak yerine Clomosy içerisinden oluşturmanı tavsiye ederim. Bu şekilde kod çalıştığında veritabanı dosyasını oluşturabileceğin için projeye dahil olan her cihaz ekstra dosyaya ihtiyaç duymadan veritabanı kullanabilir. Fakat bir cihazda yazdığın veriyi farklı bir cihazda göremeyeceğin bilgisi ile yazmalısın.&nbsp;<br><br></div><div><a href="https://www.docs.clomosy.com/index.php?title=Local_Database_Queries" target="_blank" rel="nofollow">https://www.docs.clomosy.com/index.php?title=Local_Database_Queries</a><br></div><div>Konu ile ilgili bu dokümanı incelemeni tavsiye ederim.<br>İyi çalışmalar dilerim.</div>]]>
   </description>
   <pubDate>Fri, 04 Jul 2025 17:47:46 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1059&amp;PID=2118#2118</guid>
  </item> 
  <item>
   <title><![CDATA[veritabanı&#039;nı göremiyorum : //&amp;#039;yeni&amp;#039; ad&#305;nda veritaban&#305;...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1059&amp;PID=2117#2117</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=313">kenan</a><br /><strong>Konu:</strong> 1059<br /><strong>Gönderim Zamanı:</strong> 04&nbsp;Temmuz&nbsp;2025 Saat 17:36<br /><br />//'yeni' adında veritabanı açtım, sqllitestudio da içine veri ekledim daha sonra bunu //clomosy nin masaüstü uygulamasında çalıştırınca veriyi gösteriyor ama telefonda öyle&nbsp; // bir&nbsp;&nbsp;tablo bulunamadı diyor<div><br></div><div><div>var</div><div><br></div><div>anaForm: TclForm;</div><div><br></div><div>kullaniciAdEdit,passwordEdit : TclProEdit;</div><div><br></div><div>loginImg,passwordImg,showPasswordImg : TCLImage;</div><div><br></div><div>girisYap,showPassword : TClProButton;</div><div><br></div><div>database,sifre: String;</div><div><br></div><div>Qry : TclSQLiteQuery;</div><div><br></div><div>testListview : TCLListView;</div><div><br></div><div><br></div><div><br></div><div>void setEdit;</div><div>{</div><div>&nbsp;kullaniciAdEdit=anaForm.AddNewProEdit(anaForm, 'kullaniciAdEdit', 'Kullanıcı Adınız ');</div><div>&nbsp;passwordEdit&nbsp; &nbsp;=anaForm.AddNewProEdit(anaForm, 'passwordEdit', 'Şifreniz ');</div><div>&nbsp;</div><div><br></div><div>&nbsp;</div><div>&nbsp;</div><div>&nbsp;//-------------------password label-----------------------</div><div>&nbsp;clComponent.SetupComponent(passwordEdit,'{</div><div>&nbsp;"Align" : "Center",</div><div>&nbsp;"MarginBottom" : 50,</div><div>&nbsp;"Width" : 250,</div><div>&nbsp;"Height" : 50,</div><div>&nbsp;"RoundHeight" : 10,</div><div>&nbsp;"RoundWidth" : 10,</div><div>&nbsp;"MarginLeft" : 0,</div><div>&nbsp;"TextVerticalAlign":"Center"</div><div>&nbsp;}');</div><div>&nbsp;passwordEdit.MaxLength=15;</div><div>&nbsp;passwordEdit.TextSettings.Font.Size = 15;&nbsp;</div><div>&nbsp;passwordEdit.Password = True;</div><div>&nbsp;</div><div>&nbsp;</div><div>&nbsp;&nbsp;</div><div>&nbsp;//--------------kullanıcı adı label--------------------</div><div>&nbsp;clComponent.SetupComponent(kullaniciAdEdit,'{</div><div>&nbsp;"Align" : "Center",</div><div>&nbsp;"MarginBottom" : 185,</div><div>&nbsp;"Width" : 250,</div><div>&nbsp;"Height" : 50,</div><div>&nbsp;"RoundHeight" : 10,</div><div>&nbsp;"RoundWidth" : 10,</div><div>&nbsp;"MarginLeft" : 0,</div><div>&nbsp;"TextVerticalAlign":"Center"</div><div>&nbsp;}');</div><div>&nbsp;kullaniciAdEdit.MaxLength=15;</div><div>&nbsp;kullaniciAdEdit.TextSettings.Font.Size = 15;&nbsp;</div><div>}</div><div><br></div><div>void setImage;</div><div>{</div><div><br></div><div>&nbsp;//-----------kullanıcıAdı img--------</div><div>&nbsp;loginImg=anaForm.AddNewImage(kullaniciAdEdit,'loginImg');</div><div>&nbsp;loginImg.Align=alLeft;</div><div>&nbsp;loginImg.Margins.Left=5;</div><div>&nbsp;loginImg.Margins.Top=5;</div><div>&nbsp;loginImg.Margins.Bottom=5;</div><div>&nbsp;loginImg.Width=25;</div><div>&nbsp;</div><div>&nbsp;anaForm.SetImage(loginImg,'<a href="https://static.vecteezy.com/system/resources/thumbnails/007/033/146/small_2x/profile-ic&#111;n-login-head-ic&#111;n-vector.jpg" target="_blank" rel="nofollow">https://static.vecteezy.com/system/resources/thumbnails/007/033/146/small_2x/profile-icon-login-head-icon-vector.jpg</a>');</div><div>&nbsp;</div><div>&nbsp;</div><div>&nbsp;// -----------password img---------</div><div>&nbsp;passwordImg=anaForm.AddNewImage(passwordEdit,'passwordImg');</div><div>&nbsp;passwordImg.Align=alLeft;</div><div>&nbsp;passwordImg.Margins.Left=5;</div><div>&nbsp;passwordImg.Margins.Top=5;</div><div>&nbsp;passwordImg.Margins.Bottom=5;</div><div>&nbsp;passwordImg.Width=25;</div><div>&nbsp;anaForm.SetImage(passwordImg,'<a href="https://w7.pngwing.com/pngs/469/644/png-transparent-computer-ic&#111;ns-password-login-user-privacy-miscellaneous-christianity-rectangle-thumbnail.png" target="_blank" rel="nofollow">https://w7.pngwing.com/pngs/469/644/png-transparent-computer-icons-password-login-user-privacy-miscellaneous-christianity-rectangle-thumbnail.png</a>');</div><div><br></div><div>}</div><div><br></div><div><br></div><div>void btn</div><div>{</div><div>&nbsp;&nbsp;</div><div>&nbsp; girisYap = anaForm.AddNewProButton(anaForm, 'girisYap', 'Giriş Yap');</div><div>&nbsp;&nbsp;</div><div>&nbsp; clComponent.SetupComponent(girisYap,'{</div><div>&nbsp;"Align" : "Center",</div><div>&nbsp;"MarginBottom" : -100,</div><div>&nbsp;"Width" : 250,</div><div>&nbsp;"Height" : 50,</div><div>&nbsp;"RoundHeight" : 10,</div><div>&nbsp;"RoundWidth" : 10,</div><div>&nbsp;"MarginLeft" : 0,</div><div>&nbsp;"TextVerticalAlign":"Center",</div><div>&nbsp;"TextSize":20,</div><div>&nbsp;"BackgroundColor":"#007539",</div><div>&nbsp;"TextColor":"#ffffff",</div><div>&nbsp;"BorderColor":"#1d3428",</div><div>&nbsp;"BorderWidth":2,</div><div>&nbsp;"TextBold":"yes"</div><div>&nbsp;}');</div><div>&nbsp;</div><div><br></div><div><br></div><div>&nbsp;showPassword = anaForm.AddNewProButton(anaForm, 'showPassword', '');</div><div>&nbsp;&nbsp;</div><div>&nbsp;clComponent.SetupComponent(showPassword,'{</div><div>&nbsp;"Align" : "Center",</div><div>&nbsp;"MarginBottom" : 50,</div><div>&nbsp;"Width" : 50,</div><div>&nbsp;"Height" : 50,</div><div>&nbsp;"RoundHeight" : 10,</div><div>&nbsp;"RoundWidth" : 10,</div><div>&nbsp;"MarginLeft" : 310,</div><div>&nbsp;"BorderColor":"#1d3428",</div><div>&nbsp;"BorderWidth":2,</div><div>&nbsp;"TextVerticalAlign":"Center"</div><div>&nbsp;}');</div><div>&nbsp;</div><div>&nbsp;</div><div>&nbsp; // -------------- şifreyi göstermek için kullanılan button-------</div><div>&nbsp; showPasswordImg=anaForm.AddNewImage(showPassword,'showPasswordImg');</div><div>&nbsp; anaForm.SetImage(showPasswordImg,'<a href="https://cdn-ic&#111;ns-png.flatic&#111;n.com/512/6684/6684701.png" target="_blank" rel="nofollow">https://cdn-icons-png.flaticon.com/512/6684/6684701.png</a>');</div><div>&nbsp;&nbsp;</div><div>&nbsp;&nbsp;</div><div>&nbsp;&nbsp;</div><div>}</div><div><br></div><div><br></div><div>void showBtn;</div><div>{</div><div>&nbsp; if(passwordEdit.Password==True)</div><div>&nbsp; {</div><div>&nbsp; &nbsp; passwordEdit.Password=False;</div><div>&nbsp; }</div><div>&nbsp; else</div><div>&nbsp; passwordEdit.Password=true;</div><div>&nbsp;&nbsp;</div><div>}</div><div><br></div><div><br></div><div>void getData;</div><div>{</div><div>&nbsp; try</div><div>&nbsp; &nbsp; Qry = Clomosy.DBSQLiteQueryWith('SELECT AD as MAIN_TEXT, SifreDB as SUB_TEXT FROM Login');</div><div>&nbsp; &nbsp; Qry.OpenOrExecute;</div><div>&nbsp; &nbsp; testListview.clLoadListViewDataFromDataset(Qry);</div><div>&nbsp; except</div><div>&nbsp;&nbsp;</div><div>&nbsp; &nbsp; ShowMessage('EXCEPT class' +&nbsp; LastExceptionClassName + 'Exception Message: '+ LastExceptionMessage);</div><div>&nbsp; }&nbsp;&nbsp;</div><div>}</div><div><br></div><div>void insertToDataBase;</div><div>{</div><div>&nbsp; try</div><div>&nbsp; &nbsp; Clomosy.DBSQLiteQuery.Sql.Text='INSERT INTO Login (AD,SifreDB) VALUES (' +QuotedStr(kullaniciAdEdit.Text)+ ','+ QuotedStr(passwordEdit)+')';</div><div>&nbsp; &nbsp; Clomosy.DBSQLiteQuery.OpenOrExecute;</div><div>&nbsp; &nbsp; ShowMessage('veri ekleme basarılı');</div><div>&nbsp; &nbsp; getData;</div><div>&nbsp; except</div><div>&nbsp; &nbsp; ShowMessage('EXCEPT class' +&nbsp; LastExceptionClassName + 'Exception Message: '+ LastExceptionMessage);</div><div>&nbsp; }</div><div>}&nbsp;&nbsp;</div><div><br></div><div><br></div><div>{</div><div><br></div><div>&nbsp; anaForm=TclForm.Create(Self);&nbsp;&nbsp;</div><div>&nbsp; anaForm.SetFormBGImage('<a href="https://cdn.wallpapersafari.com/80/94/AC21PJ.jpg" target="_blank" rel="nofollow">https://cdn.wallpapersafari.com/80/94/AC21PJ.jpg</a>');</div><div>&nbsp;&nbsp;</div><div>&nbsp; testListview=anaForm.AddNewListView(anaForm,'testListview');</div><div>&nbsp; testListview.Align = alTop;</div><div>&nbsp;&nbsp;</div><div>&nbsp;&nbsp;</div><div>&nbsp; database = Clomosy.AppFilesPath + 'yeni.db';</div><div>&nbsp; sifre = '';</div><div>&nbsp; Clomosy.DBSQLiteConnect(database,sifre);</div><div>&nbsp;&nbsp;</div><div>&nbsp;&nbsp;</div><div>&nbsp;&nbsp;</div><div>&nbsp; setEdit;</div><div>&nbsp; setImage;</div><div>&nbsp; btn;</div><div>&nbsp;&nbsp;</div><div>&nbsp; anaForm.AddNewEvent(showPasswordImg,tbeOnClick,'showBtn');</div><div>&nbsp; anaForm.AddNewEvent(showPassword,tbeOnClick,'showBtn');</div><div>&nbsp;&nbsp;</div><div>&nbsp; insertToDataBase;</div><div>&nbsp; getData;</div><div>&nbsp;&nbsp;</div><div>&nbsp; anaForm.AddNewEvent(girisYap,tbeOnClick,'insertToDataBase')</div><div>&nbsp;</div><div>&nbsp;&nbsp;</div><div>&nbsp; anaForm.Run;</div><div>}</div><div><br></div></div>]]>
   </description>
   <pubDate>Fri, 04 Jul 2025 17:36:53 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1059&amp;PID=2117#2117</guid>
  </item> 
 </channel>
</rss>