<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Problem uploading data from MS-Access in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-uploading-data-from-ms-access/m-p/7298747#M1533809</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have resolved it by using OLE techniques. by connecting to MS Access, and reading records and then manipulating it in a program. It works great now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;bh_hir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Sep 2010 21:35:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-09-21T21:35:27Z</dc:date>
    <item>
      <title>Problem uploading data from MS-Access</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-uploading-data-from-ms-access/m-p/7298743#M1533805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have one testdb.mdb file which has 10 tables, I want data from 5 tables in SAP. and few of them tables have more then 9000 records. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using Citrix - thin client(linux), Please let me know how to upload these large amount of data without dataloss to SAP. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have searched forums, and I found that by creating Objects of ADODB.Connection and ADODB.Recordset, we can connect to MS Access database. But I am facing connection error (2). There I think some problem with the provider in citrix machine. Let me know if there are ways to find that. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz let me know if any other solutions are available for uploads. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I appreciate your help. Thanks a lot. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;bh_hir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Sep 2010 21:24:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-uploading-data-from-ms-access/m-p/7298743#M1533805</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-20T21:24:14Z</dc:date>
    </item>
    <item>
      <title>Re: Problem uploading data from MS-Access</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-uploading-data-from-ms-access/m-p/7298744#M1533806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Plz help asap...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Sep 2010 12:31:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-uploading-data-from-ms-access/m-p/7298744#M1533806</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-21T12:31:04Z</dc:date>
    </item>
    <item>
      <title>Re: Problem uploading data from MS-Access</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-uploading-data-from-ms-access/m-p/7298745#M1533807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you export the tables from Access to tab-delimited files and store where SAP can "touch"?  If so, upload and processing of tab-delimited input is a very simple process.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Sep 2010 13:53:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-uploading-data-from-ms-access/m-p/7298745#M1533807</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-21T13:53:10Z</dc:date>
    </item>
    <item>
      <title>Re: Problem uploading data from MS-Access</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-uploading-data-from-ms-access/m-p/7298746#M1533808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried using that also, But as I have told you its 22 columns and some of that colums have long text so when I delimit the file with '|' then for some of the records it dose not fit into 1 line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So when I upload that file, in table it comes as next row. so its tough for me to write logic for that. I might not know that how many sub-rows will be there for that one record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and there are 10000 records in access.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Sep 2010 14:48:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-uploading-data-from-ms-access/m-p/7298746#M1533808</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-21T14:48:49Z</dc:date>
    </item>
    <item>
      <title>Re: Problem uploading data from MS-Access</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-uploading-data-from-ms-access/m-p/7298747#M1533809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have resolved it by using OLE techniques. by connecting to MS Access, and reading records and then manipulating it in a program. It works great now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;bh_hir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Sep 2010 21:35:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-uploading-data-from-ms-access/m-p/7298747#M1533809</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-21T21:35:27Z</dc:date>
    </item>
  </channel>
</rss>

