<?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 : SqlLite</title>
  <link>https://forum.clomosy.com.tr/</link>
  <description><![CDATA[XML içerik linki; Clomosy | Forum : Genel &#304;&#351;lemler : SqlLite]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 04 May 2026 14:25:07 +0000</pubDate>
  <lastBuildDate>Tue, 03 Sep 2024 17:56:03 +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=914</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[SqlLite : Merhaba Mustafa,Kullan&#305;c&#305;lar&#305;...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=914&amp;PID=1795#1795</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=106">Developer</a><br /><strong>Konu:</strong> 914<br /><strong>Gönderim Zamanı:</strong> 03&nbsp;Eylül&nbsp;2024 Saat 17:56<br /><br />Merhaba Mustafa,<div>Kullanıcıları Clomosy içerisinde erişebilirsin. Aşağıdaki linkte yer alan proje inceler misin:</div><div><a href="https://www.docs.clomosy.com/index.php/Local_Database_Queries" target="_blank" rel="nofollow">https://www.docs.clomosy.com/index.php/Local_Database_Queries</a></div>]]>
   </description>
   <pubDate>Tue, 03 Sep 2024 17:56:03 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=914&amp;PID=1795#1795</guid>
  </item> 
  <item>
   <title><![CDATA[SqlLite : peki kay&#305;t olan kullan&#305;c&#305;lar&#305;n...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=914&amp;PID=1758#1758</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=222">MustafaCetin</a><br /><strong>Konu:</strong> 914<br /><strong>Gönderim Zamanı:</strong> 28&nbsp;Ağustos&nbsp;2024 Saat 17:45<br /><br />peki kayıt olan kullanıcıların bilgilerini nasıl görebilirim?]]>
   </description>
   <pubDate>Wed, 28 Aug 2024 17:45:56 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=914&amp;PID=1758#1758</guid>
  </item> 
  <item>
   <title><![CDATA[SqlLite : Merhaba Mustafa,Olu&#351;turulan veritaban&#305;...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=914&amp;PID=1757#1757</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=106">Developer</a><br /><strong>Konu:</strong> 914<br /><strong>Gönderim Zamanı:</strong> 28&nbsp;Ağustos&nbsp;2024 Saat 17:30<br /><br />Merhaba Mustafa,<div>Oluşturulan veritabanı şifreli oluşturuluyor. Sadece Clomosy üzerinden bağlantı kurulabiliyor.<br><div><br></div></div>]]>
   </description>
   <pubDate>Wed, 28 Aug 2024 17:30:37 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=914&amp;PID=1757#1757</guid>
  </item> 
  <item>
   <title><![CDATA[SqlLite : Clomosy learn klas&#246;r&#252;nde proje...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=914&amp;PID=1755#1755</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=222">MustafaCetin</a><br /><strong>Konu:</strong> 914<br /><strong>Gönderim Zamanı:</strong> 28&nbsp;Ağustos&nbsp;2024 Saat 17:25<br /><br />Clomosy learn klasöründe proje için açtığım sqllite a girmiyor.Database is locked yazıyor.<br><br><div>void SqLiteConnectionCreateTable;</div><div>var</div><div>&nbsp; TableExists: Boolean;</div><div>{</div><div>&nbsp; try</div><div>&nbsp; Clomosy.DBSQLiteConnect(Clomosy.AppFilesPath+'MuhabirMobil.db', '');</div><div><br></div><div>&nbsp; &nbsp; ShowMessage('Veritabanına bağlanıldı.');</div><div>&nbsp; &nbsp;</div><div>&nbsp; &nbsp; Clomosy.DBSQLiteQuery.Sql.Text = 'SELECT name FROM sqlite_master WHERE type="table" AND name="Users";';</div><div>&nbsp; &nbsp; Clomosy.DBSQLiteQuery.OpenOrExecute;</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; TableExists = not (Clomosy.DBSQLiteQuery.Eof);</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; if not (TableExists)</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; Clomosy.DBSQLiteQuery.Sql.Text = 'CREATE TABLE Users(user_id INTEGER PRIMARY KEY AUTOINCREMENT, user_name TEXT, user_surname TEXT, user_password TEXT)';</div><div>&nbsp; &nbsp; &nbsp; Clomosy.DBSQLiteQuery.OpenOrExecute;</div><div>&nbsp; &nbsp; &nbsp; ShowMessage('Kullanıcı tablosu başarıyla oluşturuldu!');</div><div>&nbsp; &nbsp; }</div><div>&nbsp; &nbsp; else</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; ShowMessage('Kullanıcı tablosu zaten mevcut.');</div><div>&nbsp; &nbsp; }</div><div>&nbsp; except</div><div>&nbsp; &nbsp; ShowMessage('Veritabanı işlemleri sırasında bir hata oluştu: ' + LastExceptionMessage);</div><div>}</div><div>}<br><div>void SqLiteInsertUser;</div><div>{</div><div>&nbsp; try</div><div>&nbsp; &nbsp; &nbsp;Clomosy.DBSQLiteConnect(Clomosy.AppFilesPath+'MuhabirMobil.db', '');</div><div>&nbsp; &nbsp;</div><div>&nbsp; &nbsp; ShowMessage('Veritabanına bağlanıldı.');</div><div>&nbsp; &nbsp;</div><div>&nbsp; &nbsp; Clomosy.DBSQLiteQuery.Sql.Text =&nbsp;</div><div>&nbsp; &nbsp; 'SELECT * FROM Users WHERE user_name = ' + QuotedStr(nameK.Text) +&nbsp;</div><div>&nbsp; &nbsp; ' AND user_surname = ' + QuotedStr(surnameK.Text);</div><div>&nbsp; &nbsp; Clomosy.DBSQLiteQuery.OpenOrExecute;</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; if not (Clomosy.DBSQLiteQuery.Found)</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; Clomosy.DBSQLiteQuery.Sql.Text =&nbsp;</div><div>&nbsp; &nbsp; &nbsp; 'INSERT INTO Users (user_name, user_surname, user_password) VALUES (' +</div><div>&nbsp; &nbsp; &nbsp; QuotedStr(nameK.Text) + ', ' + QuotedStr(surnameK.Text) + ', ' + QuotedStr(passwordK.Text) + ');';</div><div>&nbsp; &nbsp; &nbsp; Clomosy.DBSQLiteQuery.OpenOrExecute;</div><div>&nbsp; &nbsp; &nbsp; ShowMessage('Başarılı bir şekilde kayıt olundu!');</div><div>&nbsp; &nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; kayitSayfa.clHide;&nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; GirisYap;&nbsp;&nbsp;</div><div>&nbsp; &nbsp; }</div><div>&nbsp; &nbsp; else</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; ShowMessage('Bu kullanıcı zaten mevcut.');</div><div>&nbsp; &nbsp; }</div><div>&nbsp; except</div><div>&nbsp; &nbsp; ShowMessage('Kayıt sırasında bir hata oluştu: ' + LastExceptionMessage);</div><div>}</div><div>}</div></div><div><br></div>]]>
   </description>
   <pubDate>Wed, 28 Aug 2024 17:25:44 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=914&amp;PID=1755#1755</guid>
  </item> 
 </channel>
</rss>