<?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>ERP Nedir? | T&#252;rkiye'nin ERP Forum Platformu : View&#039; leri sorgulama</title>
  <link>http://www.erpne.org/</link>
  <description><![CDATA[XML içerik linki; ERP Nedir? | T&#252;rkiye'nin ERP Forum Platformu : SQL Veri Taban&#305; &#304;&#351;lemleri : View&#039; leri sorgulama]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 17:44:17 +0000</pubDate>
  <lastBuildDate>Thu, 25 Sep 2008 16:38:16 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 11.10</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.erpne.org/RSS_post_feed.asp?TID=1118</WebWizForums:feedURL>
  <image>
   <title><![CDATA[ERP Nedir? | T&#252;rkiye'nin ERP Forum Platformu]]></title>
   <url>http://www.erpne.org/forum_images/logotype.png</url>
   <link>http://www.erpne.org/</link>
  </image>
  <item>
   <title><![CDATA[View&#039; leri sorgulama : Bahsettiginiz &#231;&#246;z&#252;m sorunumu halletti....]]></title>
   <link>http://www.erpne.org/view-leri-sorgulama_topic1118_post6767.html#6767</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.erpne.org/member_profile.asp?PF=1303">zooland</a><br /><strong>Konu:</strong> 1118<br /><strong>Gönderim Zamanı:</strong> 25&nbsp;Eylül&nbsp;2008 Saat 16:38<br /><br />Bahsettiginiz çözüm sorunumu halletti. Her ikinize de yardimlariniz için tesekkürler. <img src="http://www.erpne.org/smileys/smiley20.gif" border="0" align="absmiddle" alt="Thumbs%20Up" /><br>]]>
   </description>
   <pubDate>Thu, 25 Sep 2008 16:38:16 +0000</pubDate>
   <guid isPermaLink="true">http://www.erpne.org/view-leri-sorgulama_topic1118_post6767.html#6767</guid>
  </item> 
  <item>
   <title><![CDATA[View&#039; leri sorgulama : Muhtemelen ALTER yerine CREATE...]]></title>
   <link>http://www.erpne.org/view-leri-sorgulama_topic1118_post6755.html#6755</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.erpne.org/member_profile.asp?PF=477">AyGuMuS</a><br /><strong>Konu:</strong> 1118<br /><strong>Gönderim Zamanı:</strong> 25&nbsp;Eylül&nbsp;2008 Saat 09:17<br /><br />Muhtemelen ALTER yerine CREATE yazman gerekecektir.<br>Kullanimi .. : Select DBO.TRKK(STOK_ADI) From TBLSTSABIT<br><br>Eger VB tarafinda çözüm yolunu bulursan paylasmaniz ümidiyle...<br>]]>
   </description>
   <pubDate>Thu, 25 Sep 2008 09:17:58 +0000</pubDate>
   <guid isPermaLink="true">http://www.erpne.org/view-leri-sorgulama_topic1118_post6755.html#6755</guid>
  </item> 
  <item>
   <title><![CDATA[View&#039; leri sorgulama : ALTER FUNCTION .(@A NVARCHAR(4000))RETURNS...]]></title>
   <link>http://www.erpne.org/view-leri-sorgulama_topic1118_post6754.html#6754</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.erpne.org/member_profile.asp?PF=477">AyGuMuS</a><br /><strong>Konu:</strong> 1118<br /><strong>Gönderim Zamanı:</strong> 25&nbsp;Eylül&nbsp;2008 Saat 09:15<br /><br />ALTER FUNCTION &#091;dbo&#093;.&#091;TRKK&#093;(@A NVARCHAR(4000))<br>RETURNS NVARCHAR(4000) &nbsp;<br>AS <br>BEGIN<br>&nbsp; DECLARE @TMP NVARCHAR(4000) <br>&nbsp; SET @TMP = REPLACE(@A COLLATE LATIN1_GENERAL_BIN, CHAR(208), N'G')<br>&nbsp; SET @TMP = REPLACE(@TMP COLLATE LATIN1_GENERAL_BIN, CHAR(220), N'Ü')<br>&nbsp; SET @TMP = REPLACE(@TMP COLLATE LATIN1_GENERAL_BIN, CHAR(222), N'S')<br>&nbsp; SET @TMP = REPLACE(@TMP COLLATE LATIN1_GENERAL_BIN, CHAR(221), N'I')<br>&nbsp; SET @TMP = REPLACE(@TMP COLLATE LATIN1_GENERAL_BIN, CHAR(214), N'Ö')<br>&nbsp; SET @TMP = REPLACE(@TMP COLLATE LATIN1_GENERAL_BIN, CHAR(199), N'Ç')<br>&nbsp; SET @TMP = REPLACE(@TMP COLLATE LATIN1_GENERAL_BIN, CHAR(73), N'I')<br>&nbsp; SET @TMP = REPLACE(@TMP COLLATE LATIN1_GENERAL_BIN, CHAR(240), N'g')<br>&nbsp; SET @TMP = REPLACE(@TMP COLLATE LATIN1_GENERAL_BIN, CHAR(252), N'ü')<br>&nbsp; SET @TMP = REPLACE(@TMP COLLATE LATIN1_GENERAL_BIN, CHAR(254), N's')<br>&nbsp; SET @TMP = REPLACE(@TMP COLLATE LATIN1_GENERAL_BIN, CHAR(105), N'i')<br>&nbsp; SET @TMP = REPLACE(@TMP COLLATE LATIN1_GENERAL_BIN, CHAR(246), N'ö')<br>&nbsp; SET @TMP = REPLACE(@TMP COLLATE LATIN1_GENERAL_BIN, CHAR(231), N'ç')<br>&nbsp; SET @TMP = REPLACE(@TMP COLLATE LATIN1_GENERAL_BIN, CHAR(253), N'i')<br>&nbsp; RETURN @TMP<br>END<br><br>]]>
   </description>
   <pubDate>Thu, 25 Sep 2008 09:15:17 +0000</pubDate>
   <guid isPermaLink="true">http://www.erpne.org/view-leri-sorgulama_topic1118_post6754.html#6754</guid>
  </item> 
  <item>
   <title><![CDATA[View&#039; leri sorgulama : Bununla alakali olarak @conarinin...]]></title>
   <link>http://www.erpne.org/view-leri-sorgulama_topic1118_post6753.html#6753</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.erpne.org/member_profile.asp?PF=477">AyGuMuS</a><br /><strong>Konu:</strong> 1118<br /><strong>Gönderim Zamanı:</strong> 25&nbsp;Eylül&nbsp;2008 Saat 09:14<br /><br />Bununla alakali olarak @conarinin de dedigi gibi Delphide Connection Stringe AutoTranslate =False property'sini ekleyince karakter problemi olmuyor... <br>Ancak bende NDI dan Excele aktarimlarimda ve Crystal report Uygulamalarimda Türkçe karakter problemi yasiyorum... Bunun için NETSIS TRK fonksiyonunu revize edip TRKK isimli bir fonksiyon yazdim bu fonksiyonla problemimi SQL tarafinda sorgu asamasinda çözdüm...<br>]]>
   </description>
   <pubDate>Thu, 25 Sep 2008 09:14:26 +0000</pubDate>
   <guid isPermaLink="true">http://www.erpne.org/view-leri-sorgulama_topic1118_post6753.html#6753</guid>
  </item> 
  <item>
   <title><![CDATA[View&#039; leri sorgulama : Bir yorum getiremiyorum maalesef....]]></title>
   <link>http://www.erpne.org/view-leri-sorgulama_topic1118_post6751.html#6751</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.erpne.org/member_profile.asp?PF=483">Conari</a><br /><strong>Konu:</strong> 1118<br /><strong>Gönderim Zamanı:</strong> 25&nbsp;Eylül&nbsp;2008 Saat 08:52<br /><br /><P>Bir yorum getiremiyorum maalesef.</P>]]>
   </description>
   <pubDate>Thu, 25 Sep 2008 08:52:50 +0000</pubDate>
   <guid isPermaLink="true">http://www.erpne.org/view-leri-sorgulama_topic1118_post6751.html#6751</guid>
  </item> 
  <item>
   <title><![CDATA[View&#039; leri sorgulama : Hizli yanit i&#231;in tesekk&#252;rler...G&#246;nderdiginiz...]]></title>
   <link>http://www.erpne.org/view-leri-sorgulama_topic1118_post6741.html#6741</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.erpne.org/member_profile.asp?PF=1303">zooland</a><br /><strong>Konu:</strong> 1118<br /><strong>Gönderim Zamanı:</strong> 24&nbsp;Eylül&nbsp;2008 Saat 11:33<br /><br />Hizli yanit için tesekkürler...<br>Gönderdiginiz sekilde denedim ancak maalasef hiçbir degisiklik olmadi. Türkçe karakterler bozuk çikmaya devam ediyor. Denemem gereken baska birseyler var mi?]]>
   </description>
   <pubDate>Wed, 24 Sep 2008 11:33:47 +0000</pubDate>
   <guid isPermaLink="true">http://www.erpne.org/view-leri-sorgulama_topic1118_post6741.html#6741</guid>
  </item> 
  <item>
   <title><![CDATA[View&#039; leri sorgulama : iki tarafa da s&#246;le bir sey ekleyip...]]></title>
   <link>http://www.erpne.org/view-leri-sorgulama_topic1118_post6740.html#6740</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.erpne.org/member_profile.asp?PF=483">Conari</a><br /><strong>Konu:</strong> 1118<br /><strong>Gönderim Zamanı:</strong> 24&nbsp;Eylül&nbsp;2008 Saat 11:26<br /><br />iki tarafa da söle bir sey ekleyip deneyin.<DIV>Emin degilim Borlandda bu sekilde yapinca düzeliyor.</DIV>&nbsp;&nbsp;&nbsp;&nbsp; Application("OFIS2008_AutoTranslate") =False<DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Wed, 24 Sep 2008 11:26:35 +0000</pubDate>
   <guid isPermaLink="true">http://www.erpne.org/view-leri-sorgulama_topic1118_post6740.html#6740</guid>
  </item> 
  <item>
   <title><![CDATA[View&#039; leri sorgulama : M&#252;kerrer oldu..D&#252;zenleyen Conari...]]></title>
   <link>http://www.erpne.org/view-leri-sorgulama_topic1118_post6739.html#6739</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.erpne.org/member_profile.asp?PF=483">Conari</a><br /><strong>Konu:</strong> 1118<br /><strong>Gönderim Zamanı:</strong> 24&nbsp;Eylül&nbsp;2008 Saat 11:26<br /><br /><DIV>Mükerrer oldu..&nbsp;</DIV><span style="font-size:10px"><br /><br />Düzenleyen Conari - 24&nbsp;Eylül&nbsp;2008 Saat 11:28</span>]]>
   </description>
   <pubDate>Wed, 24 Sep 2008 11:26:06 +0000</pubDate>
   <guid isPermaLink="true">http://www.erpne.org/view-leri-sorgulama_topic1118_post6739.html#6739</guid>
  </item> 
  <item>
   <title><![CDATA[View&#039; leri sorgulama : Bahsettigim web sayfasini FrontPage2000...]]></title>
   <link>http://www.erpne.org/view-leri-sorgulama_topic1118_post6738.html#6738</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.erpne.org/member_profile.asp?PF=1303">zooland</a><br /><strong>Konu:</strong> 1118<br /><strong>Gönderim Zamanı:</strong> 24&nbsp;Eylül&nbsp;2008 Saat 10:49<br /><br />Bahsettigim web sayfasini FrontPage2000 içindeki database baglanti sihirbazi ile yaptim. Bu islem otomatik olarak global.asa adinda bir dosya olusturuyor ve içinde yine otomatik hazirladigi bir VBScript ile veri tabanina baglaniyor.<br><br>global.asa' nin içerigi söyle:<br><br>&lt;SCRIPT LANGUAGE=VBScript RUNAT=Server&gt;<br>Sub Application_OnStart<br>&nbsp;&nbsp;&nbsp; '==FrontPage Generated - startspan==<br>&nbsp;&nbsp;&nbsp; Dim FrontPage_UrlVars(2)<br>&nbsp;&nbsp;&nbsp; '--Project Data Connection<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Application("OFIS2008_ConnectionString") = "DRIVER={SQL Server};SERVER=ofis-server;DATABASE=OFIS2008;UID=SA"<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Application("OFIS2008_ConnectionTimeout") = 15<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Application("OFIS2008_CommandTimeout") = 30<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Application("OFIS2008_CursorLocation") = 3<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Application("OFIS2008_RuntimeUserName") = "SA"<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Application("OFIS2008_RuntimePassword") = ""<br>&nbsp;&nbsp;&nbsp; '--Project Data Connection<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Application("OFIS2007_ConnectionString") = "DRIVER={SQL Server};SERVER=OFIS-SERVER;DATABASE=OFIS2007;UID=SA"<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Application("OFIS2007_ConnectionTimeout") = 15<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Application("OFIS2007_CommandTimeout") = 30<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Application("OFIS2007_CursorLocation") = 3<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Application("OFIS2007_RuntimeUserName") = "SA"<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Application("OFIS2007_RuntimePassword") = ""<br>&nbsp;&nbsp;&nbsp; '--<br>&nbsp;&nbsp;&nbsp; Application("FrontPage_UrlVars") = FrontPage_UrlVars<br>&nbsp;&nbsp;&nbsp; '==FrontPage Generated - endspan==<br>End Sub<br>Sub Session_OnStart<br>&nbsp;&nbsp;&nbsp; FrontPage_StartSession '==FrontPage Generated==<br>End Sub<br>Sub FrontPage_StartSession<br>&nbsp;&nbsp;&nbsp; On Error Resume Next<br>&nbsp;&nbsp;&nbsp; if Len(Application("FrontPage_VRoot")) &gt; 0 then Exit Sub<br>&nbsp;&nbsp;&nbsp; ' discover the VRoot for the current page;<br>&nbsp;&nbsp;&nbsp; ' walk back up VPath until we find global.asa<br>&nbsp;&nbsp;&nbsp; Vroot = Request.ServerVariables("PATH_INFO")<br>&nbsp;&nbsp;&nbsp; strG1 = "global.asa"<br>&nbsp;&nbsp;&nbsp; strG2 = "Global.asa"<br>&nbsp;&nbsp;&nbsp; iCount = 0<br>&nbsp;&nbsp;&nbsp; do while Len(Vroot) &gt; 1<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; idx = InStrRev(Vroot, "/")<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; if idx &gt; 0 then<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Vroot = Left(Vroot,idx)<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; else<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; ' error; assume root web<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Vroot = "/"<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; end if<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; if FrontPage_FileExists(Server.MapPath(Vroot &amp; strG1)) then exit do<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; if FrontPage_FileExists(Server.MapPath(Vroot &amp; strG2)) then exit do<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; if Right(Vroot,1) = "/" then Vroot = Left(Vroot,Len(Vroot)-1)<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; iCount = iCount + 1<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; if iCount &gt; 100 then<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; ' error; assume root web<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Vroot = "/"<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; exit do<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; end if<br>&nbsp;&nbsp;&nbsp; loop<br>&nbsp;&nbsp;&nbsp; ' map all URL= attributes in _ConnectionString variables<br>&nbsp;&nbsp;&nbsp; Application.Lock<br>&nbsp;&nbsp;&nbsp; if Len(Application("FrontPage_VRoot")) = 0 then<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Application("FrontPage_VRoot") = Vroot<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; UrlVarArray = Application("FrontPage_UrlVars")<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; for i = 0 to UBound(UrlVarArray)<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; if Len(UrlVarArray(i)) &gt; 0 then FrontPage_MapUrl(UrlVarArray(i))<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; next<br>&nbsp;&nbsp;&nbsp; end if<br>&nbsp;&nbsp;&nbsp; Application.Unlock<br>End Sub<br>Sub FrontPage_MapUrl(AppVarName)<br>&nbsp;&nbsp;&nbsp; ' convert URL attribute in conn string to absolute file location<br>&nbsp;&nbsp;&nbsp; strVal = Application(AppVarName)<br>&nbsp;&nbsp;&nbsp; strKey = "URL="<br>&nbsp;&nbsp;&nbsp; idxStart = InStr(strVal, strKey)<br>&nbsp;&nbsp;&nbsp; If idxStart = 0 Then Exit Sub<br>&nbsp;&nbsp;&nbsp; strBefore = Left(strVal, idxStart - 1)<br>&nbsp;&nbsp;&nbsp; idxStart = idxStart + Len(strKey)<br>&nbsp;&nbsp;&nbsp; idxEnd = InStr(idxStart, strVal, ";")<br>&nbsp;&nbsp;&nbsp; If idxEnd = 0 Then<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; strAfter = ""<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; strURL = Mid(strVal, idxStart)<br>&nbsp;&nbsp;&nbsp; Else<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; strAfter = ";" &amp; Mid(strVal, idxEnd + 1)<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; strURL = Mid(strVal, idxStart, idxEnd - idxStart)<br>&nbsp;&nbsp;&nbsp; End If<br>&nbsp;&nbsp;&nbsp; strOut = strBefore &amp; Server.MapPath(Application("FrontPage_VRoot") &amp; strURL) &amp; strAfter<br>&nbsp;&nbsp;&nbsp; Application(AppVarName) = strOut<br>End Sub<br>Function FrontPage_FileExists(fspath)<br>&nbsp;&nbsp;&nbsp; On Error Resume Next<br>&nbsp;&nbsp;&nbsp; FrontPage_FileExists = False<br>&nbsp;&nbsp;&nbsp; set fs = CreateObject("Scripting.FileSystemObject")<br>&nbsp;&nbsp;&nbsp; Err.Clear<br>&nbsp;&nbsp;&nbsp; set istream = fs.OpenTextFile(fspath)<br>&nbsp;&nbsp;&nbsp; if Err.Number = 0 then<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; FrontPage_FileExists = True<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; istream.Close<br>&nbsp;&nbsp;&nbsp; end if<br>&nbsp;&nbsp;&nbsp; set istream = Nothing<br>&nbsp;&nbsp;&nbsp; set fs = Nothing<br>End Function<br>&lt;/SCRIPT&gt;<br><br>]]>
   </description>
   <pubDate>Wed, 24 Sep 2008 10:49:24 +0000</pubDate>
   <guid isPermaLink="true">http://www.erpne.org/view-leri-sorgulama_topic1118_post6738.html#6738</guid>
  </item> 
  <item>
   <title><![CDATA[View&#039; leri sorgulama : vt Ye ne sekilde baglaniyorsunuz. ...]]></title>
   <link>http://www.erpne.org/view-leri-sorgulama_topic1118_post6731.html#6731</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.erpne.org/member_profile.asp?PF=483">Conari</a><br /><strong>Konu:</strong> 1118<br /><strong>Gönderim Zamanı:</strong> 22&nbsp;Eylül&nbsp;2008 Saat 16:32<br /><br />vt Ye ne sekilde baglaniyorsunuz.<DIV></DIV>]]>
   </description>
   <pubDate>Mon, 22 Sep 2008 16:32:05 +0000</pubDate>
   <guid isPermaLink="true">http://www.erpne.org/view-leri-sorgulama_topic1118_post6731.html#6731</guid>
  </item> 
 </channel>
</rss>