<?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: ole objects,background and open dataset in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/ole-objects-background-and-open-dataset/m-p/1896068#M374470</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OLE and background are incompatible - you can only use OLE in the foreground as it runs on the presentation server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need to run as a background process, you will have to use open dataset.  You can read the mdb as a binary file, but I doubt you could do anything useful with it.  Can you export the data you need from access into a tab separated, comma separated or fixed format file - then you can open this using open dataset and read the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Jan 2007 23:56:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-16T23:56:54Z</dc:date>
    <item>
      <title>ole objects,background and open dataset</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ole-objects-background-and-open-dataset/m-p/1896066#M374468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I want to read ms access files on background using ole objects. Is it possible to apply open dataset operation for mdb files? As known, text files can be get into application server using open dataset. But I need to get mdb file to application server. &lt;/P&gt;&lt;P&gt;On the other way I can simulate my problem as, is it possible to read excel files(for example) using &amp;lt;b&amp;gt;ole object&amp;lt;/b&amp;gt; in background? If I can get an aswer, maybe I can simulate it as reading mdb files.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Jan 2007 21:52:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ole-objects-background-and-open-dataset/m-p/1896066#M374468</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-14T21:52:00Z</dc:date>
    </item>
    <item>
      <title>Re: ole objects,background and open dataset</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ole-objects-background-and-open-dataset/m-p/1896067#M374469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OPEN DATASET is meant for the flat text files, you won't be able to open an mdb file with it. Once I've tried using OLE objects to obtain the file modification date and, even though it worked great in foreground, it didn't work in the background mode. &lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This thread on reading MS Access files in SAP might be helpful:&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="548705"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jan 2007 17:28:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ole-objects-background-and-open-dataset/m-p/1896067#M374469</guid>
      <dc:creator>Jelena_Perfiljeva</dc:creator>
      <dc:date>2007-01-16T17:28:11Z</dc:date>
    </item>
    <item>
      <title>Re: ole objects,background and open dataset</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ole-objects-background-and-open-dataset/m-p/1896068#M374470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OLE and background are incompatible - you can only use OLE in the foreground as it runs on the presentation server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need to run as a background process, you will have to use open dataset.  You can read the mdb as a binary file, but I doubt you could do anything useful with it.  Can you export the data you need from access into a tab separated, comma separated or fixed format file - then you can open this using open dataset and read the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jan 2007 23:56:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ole-objects-background-and-open-dataset/m-p/1896068#M374470</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-16T23:56:54Z</dc:date>
    </item>
    <item>
      <title>Re: ole objects,background and open dataset</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ole-objects-background-and-open-dataset/m-p/1896069#M374471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i am facing the same problem with OLE  object when i run on the background  so &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can i replace this OLE with open dataset  (i am connecting to SQL server) .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jan 2011 13:20:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ole-objects-background-and-open-dataset/m-p/1896069#M374471</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-05T13:20:43Z</dc:date>
    </item>
  </channel>
</rss>

