<?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 : ERPye&#039;den Excel&#039;e veri aktarimi</title>
  <link>http://www.erpne.org/</link>
  <description><![CDATA[XML içerik linki; ERP Nedir? | T&#252;rkiye'nin ERP Forum Platformu : ERP ve Excel : ERPye&#039;den Excel&#039;e veri aktarimi]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 18 Apr 2026 07:57:56 +0000</pubDate>
  <lastBuildDate>Wed, 15 Feb 2012 17:26:14 +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=2980</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[ERPye&#039;den Excel&#039;e veri aktarimi : Yardiminiz i&#231;in tesekk&#252;rler. ]]></title>
   <link>http://www.erpne.org/erpyeden-excele-veri-aktarimi_topic2980_post16534.html#16534</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.erpne.org/member_profile.asp?PF=3718">fthtls</a><br /><strong>Konu:</strong> 2980<br /><strong>Gönderim Zamanı:</strong> 15&nbsp;Şubat&nbsp;2012 Saat 17:26<br /><br />Yardiminiz için tesekkürler.]]>
   </description>
   <pubDate>Wed, 15 Feb 2012 17:26:14 +0000</pubDate>
   <guid isPermaLink="true">http://www.erpne.org/erpyeden-excele-veri-aktarimi_topic2980_post16534.html#16534</guid>
  </item> 
  <item>
   <title><![CDATA[ERPye&#039;den Excel&#039;e veri aktarimi : SqlText = &amp;#034;TARIH FROM&amp;#034;...]]></title>
   <link>http://www.erpne.org/erpyeden-excele-veri-aktarimi_topic2980_post16533.html#16533</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.erpne.org/member_profile.asp?PF=483">Conari</a><br /><strong>Konu:</strong> 2980<br /><strong>Gönderim Zamanı:</strong> 15&nbsp;Şubat&nbsp;2012 Saat 16:42<br /><br />SqlText = "TARIH FROM" &amp; Sayfa1.Cells (1,1) &amp; ",TO" &amp; Sayfa1.Cells (1,2) &amp; "WHERE STOK_KODU = '"&amp; Sayfa1.Cells (1,3)&amp; "',OZUR_KODU" <DIV></DIV><DIV></DIV>bu cümle eksik <DIV></DIV><DIV>&nbsp;</DIV><DIV>vt ORACLE ise baglantiniza bir sey diyemem.</DIV>]]>
   </description>
   <pubDate>Wed, 15 Feb 2012 16:42:47 +0000</pubDate>
   <guid isPermaLink="true">http://www.erpne.org/erpyeden-excele-veri-aktarimi_topic2980_post16533.html#16533</guid>
  </item> 
  <item>
   <title><![CDATA[ERPye&#039;den Excel&#039;e veri aktarimi : Arkadaslar merhaba,   Az &#231;ok VBA...]]></title>
   <link>http://www.erpne.org/erpyeden-excele-veri-aktarimi_topic2980_post16532.html#16532</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.erpne.org/member_profile.asp?PF=3718">fthtls</a><br /><strong>Konu:</strong> 2980<br /><strong>Gönderim Zamanı:</strong> 15&nbsp;Şubat&nbsp;2012 Saat 16:34<br /><br />Arkadaslar merhaba, <br /><br />Az çok VBA bilgim var ancak Netsis'den veri aktarimi konusunda daha yeniyim. Elimde daha önceden hazirlanmis bir kod vardi ve ben bu kodu uyarlayarak bir netsisten excele veri aktaran bir makro hazirladim. Ancak bekledigim gibi kod çalismadi. Amacim iki tarih arasinda belli stok koduna ait özürleri tablo olarak raporlamak.<br /><br />Rapor baslangiç tarihi : Sayfa1.Cells(1,1)<br />Rapor bitis tarihi&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;: Sayfa1.Cells(1,2)<br />Stok Kodu&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;: Sayfa1.Cells(1,3)<br /><br />Yazdigim kod asagidaki gibi;<br /><br />Private Sub CommandButton1_Click()<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;Dim con As New ADODB.Connection<br />&nbsp;&nbsp;&nbsp;&nbsp;Dim rs As New ADODB.Recordset<br />&nbsp;&nbsp;&nbsp;&nbsp;Dim SqlText As String<br />&nbsp;&nbsp;&nbsp;&nbsp;Dim i As Integer<br />&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;Set conn = New ADODB.Connection<br />&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;conn.CommandTimeout = 120<br />&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;conn.Open "Provider = MSDAORA;Data Source=NETSISTCP50.WORLD;USER ID=SYSTEM;PASSWORD=SYSTEMPASS"<br />&nbsp;&nbsp;&nbsp;&nbsp;SqlText = "TARIH FROM" & Sayfa1.Cells (1,1) & ",TO" & Sayfa1.Cells (1,2) & "WHERE STOK_KODU = '"& Sayfa1.Cells (1,3)& "',OZUR_KODU"<br />&nbsp;&nbsp;&nbsp;<br /> rs.Open SqlText, con, adOpenStatic, adLockReadOnly<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;i = 5<br />&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;Do While Not rs.EOF<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; RAPOR.Cells(i, 1).Value = rs(0)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; RAPOR.Cells(i, 2).Value = rs(1)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; RAPOR.Cells(i, 3).Value = rs(2)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; i = i + 1<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; rs.MoveNext<br />&nbsp;&nbsp;&nbsp;&nbsp;Loop<br />&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;rs.Close<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />End Sub<br /><br />Bu kodun çalismasi için nasil revizyonlar gerekli acaba?<span style="font-size:10px"><br /><br />Düzenleyen fthtls - 15&nbsp;Şubat&nbsp;2012 Saat 16:35</span>]]>
   </description>
   <pubDate>Wed, 15 Feb 2012 16:34:17 +0000</pubDate>
   <guid isPermaLink="true">http://www.erpne.org/erpyeden-excele-veri-aktarimi_topic2980_post16532.html#16532</guid>
  </item> 
 </channel>
</rss>