<?xml version="1.0" encoding="utf-8" ?>
<?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>Web Wiz Support and Community Forums : Help MSSQL ( dosyamda hata var nedenini bilmiyorum</title>
  <link>https://forums.webwiz.net/</link>
  <description><![CDATA[This is an XML content feed of; Web Wiz Support and Community Forums : Web Wiz Forums : Help MSSQL ( dosyamda hata var nedenini bilmiyorum]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 04 Apr 2026 06:50:12 +0000</pubDate>
  <lastBuildDate>Sun, 06 Jan 2008 09:45:58 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.08</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forums.webwiz.net/RSS_post_feed.asp?TID=25104</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Web Wiz Support and Community Forums]]></title>
   <url>https://forums.webwiz.net/forum_images/web_wiz_forums.png</url>
   <link>https://forums.webwiz.net/</link>
  </image>
  <item>
   <title><![CDATA[Help MSSQL ( dosyamda hata var nedenini bilmiyorum : pls help frends ]]></title>
   <link>https://forums.webwiz.net/help-mssql-dosyamda-hata-var-nedenini-bilmiyorum_topic25104_post130468.html#130468</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=27303">element.x</a><br /><strong>Subject:</strong> 25104<br /><strong>Posted:</strong> 06&nbsp;January&nbsp;2008 at 9:45am<br /><br /><P>pls help frends</P>]]>
   </description>
   <pubDate>Sun, 06 Jan 2008 09:45:58 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/help-mssql-dosyamda-hata-var-nedenini-bilmiyorum_topic25104_post130468.html#130468</guid>
  </item> 
  <item>
   <title><![CDATA[Help MSSQL ( dosyamda hata var nedenini bilmiyorum : no English ]]></title>
   <link>https://forums.webwiz.net/help-mssql-dosyamda-hata-var-nedenini-bilmiyorum_topic25104_post130461.html#130461</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=27303">element.x</a><br /><strong>Subject:</strong> 25104<br /><strong>Posted:</strong> 05&nbsp;January&nbsp;2008 at 11:05pm<br /><br />no English ]]>
   </description>
   <pubDate>Sat, 05 Jan 2008 23:05:07 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/help-mssql-dosyamda-hata-var-nedenini-bilmiyorum_topic25104_post130461.html#130461</guid>
  </item> 
  <item>
   <title><![CDATA[Help MSSQL ( dosyamda hata var nedenini bilmiyorum : Arkada&#197;&#376;lar ingilizcem az yard&#196;&#177;mc&#196;&#177;...]]></title>
   <link>https://forums.webwiz.net/help-mssql-dosyamda-hata-var-nedenini-bilmiyorum_topic25104_post130460.html#130460</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=27303">element.x</a><br /><strong>Subject:</strong> 25104<br /><strong>Posted:</strong> 05&nbsp;January&nbsp;2008 at 11:04pm<br /><br />Arkadaşlar ingilizcem az yardımcı olabilecek kişiler varmı.. şöle bir dosya var accesde sorun yok yanlız mssqlde su hatayı alıyorum...<DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>Hata Tipi:<BR>Microsoft OLE DB Provider for SQL Server (0x80040E14)<BR>Invalid column name 'False'.</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>Kotlar Şu arkadaşlar.;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV><table width="99%"><tr><td><pre class="BBcode">&lt;table cellspacing="1" cellpadding="3" class="tableBorder" align="center"&gt;<BR>&nbsp;&lt;% If strDatabaseType = "SQLServer" Then %&gt;</DIV><DIV>&nbsp;&lt;tr class="tableSubLedger"&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;td width="38%" align="center"&gt;Konu&lt;/td&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;td width="19%" align="center"&gt;Forum&lt;/td&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;td width="15%" align="center"&gt;Yazan&lt;/td&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;td width="21%" align="center"&gt;Tarih&lt;/td&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;td width="7%" align="center"&gt;Okunma&lt;/td&gt;<BR>&nbsp; &lt;/tr&gt;</DIV><DIV>&nbsp;</DIV><DIV>&lt;%<BR>Dim rsEnSonMesajlar<BR>Dim intSay<BR>Dim rsLatestPosts2 <BR>Dim sql2<BR>Dim LastLatestPostsDateTime<BR>Dim LastLatestPostsDate<BR>Dim LastLatestPostsTime</DIV><DIV>&nbsp;</DIV><DIV><BR>Set rsEnSonMesajlar = Server.CreateObject("ADODB.Recordset")<BR>strSql = "Select " &amp; strDbTable &amp; "Topic.Subject, " &amp; strDbTable &amp; "Topic.Topic_ID, " &amp; strDbTable &amp; "Forum.Forum_ID, " &amp; </DIV><DIV>strDbTable &amp; "Forum.Forum_name, " &amp; strDbTable &amp; "Topic.Last_Thread_ID, " &amp; strDbTable &amp; "Topic.No_of_views "<BR>strSql = strSql &amp; "From " &amp; strDbTable &amp; "Topic, " &amp; strDbTable &amp; "Forum Where " &amp; strDbTable &amp; "Topic.Hide = False And " &amp; </DIV><DIV>strDbTable &amp; "Topic.Forum_ID = " &amp; strDbTable &amp; "Forum.Forum_ID Order By " &amp; strDbTable &amp; "Topic.Last_Thread_ID desc"<BR>rsEnSonMesajlar.Open strSQL, adoCon</DIV><DIV><BR>For intSay = 1 to 15<BR>if rsEnSonMesajlar.Eof Then Exit For</DIV><DIV>Set rsLatestPosts2 = Server.CreateObject("ADODB.Recordset")<BR>sql2 = "SELECT tblThread.Thread_ID, tblThread.Topic_ID, tblThread.Message_date, tblAuthor.Username, tblAuthor.Author_ID FROM </DIV><DIV>(tblAuthor INNER JOIN tblThread ON tblAuthor.Author_ID = tblThread.Author_ID) WHERE tblThread.Hide = False And Topic_ID= " &amp; </DIV><DIV>rsEnSonMesajlar("Topic_ID") &amp; " order by Message_date desc"<BR>rsLatestPosts2.Open sql2, adoCon</DIV><DIV>LastLatestPostsDateTime = rsLatestPosts2("Message_date")<BR>LastLatestPostsDate = DateFormat(LastLatestPostsDateTime)<BR>LastLatestPostsTime = TimeFormat(LastLatestPostsDateTime)</DIV><DIV><BR>Response.Write "&lt;tr class=""tableRow""&gt;&lt;td&gt;&lt;a&nbsp; href=""forum_posts.asp?TID=" &amp; rsEnSonMesajlar("Topic_ID") &amp; """&gt;&lt;img </DIV><DIV>border=""0"" src=""" &amp; strImagePath &amp; "right_arrow.gif"" alt=""Konuyu Görüntülemek İçin Tıklayın"" /&gt;&lt;/a&gt;&amp;nbsp;&lt;a&nbsp; </DIV><DIV>href=""forum_posts.asp?TID=" &amp; rsEnSonMesajlar("Topic_ID") &amp; "&amp;get=last#" &amp; rsEnSonMesajlar("Last_Thread_ID") &amp; """ </DIV><DIV>title=""Son Mesajı Görüntülemek İçin Tıklayın""&gt;" &amp; rsEnSonMesajlar("Subject") &amp; "&lt;/a&gt;&lt;/td&gt;&lt;td&gt;&lt;a&nbsp; </DIV><DIV>href=""forum_topics.asp?FID=" &amp; rsEnSonMesajlar("Forum_ID") &amp; """ title=""Forum Ana Sayfasını Görüntülemek İçin Tıklayın""&gt;" </DIV><DIV>&amp; rsEnSonMesajlar("Forum_name") &amp; "&lt;/a&gt;&lt;/td&gt;&lt;td align=""center""&gt;"&amp;rsLatestPosts2("Username") &amp;"&lt;/td&gt;&lt;td align=""center""&gt;" &amp; </DIV><DIV>LastLatestPostsDate &amp; "-" &amp; LastLatestPostsTime &amp; "&lt;/td&gt;&lt;td align=""center""&gt;" &amp; rsEnSonMesajlar("No_of_views") &amp; </DIV><DIV>"&lt;/td&gt;&lt;/tr&gt;"</DIV><DIV>rsEnSonMesajlar.MoveNext<BR>Next<BR>end if<BR>%&gt;</DIV><DIV>&nbsp;</DIV><DIV>&lt;/table&gt;</pre></td></tr></table></DIV>]]>
   </description>
   <pubDate>Sat, 05 Jan 2008 23:04:27 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/help-mssql-dosyamda-hata-var-nedenini-bilmiyorum_topic25104_post130460.html#130460</guid>
  </item> 
 </channel>
</rss>