<?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: MS Access database in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ms-access-database/m-p/3654035#M804863</link>
    <description>Hi&lt;BR /&gt;&lt;BR /&gt;you can use SQL script to generate a "dump" for each table.&lt;BR /&gt;The output format is character with a separator.&lt;BR /&gt;I've done the other way around (MS Access to Oracle) and the script generates the CTL file too.&lt;BR /&gt;&lt;BR /&gt;interested ?&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Jean-Luc</description>
    <pubDate>Thu, 20 Oct 2005 11:55:23 GMT</pubDate>
    <dc:creator>Jean-Luc Oudart</dc:creator>
    <dc:date>2005-10-20T11:55:23Z</dc:date>
    <item>
      <title>MS Access database</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ms-access-database/m-p/3654032#M804860</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I need to move data from oracle table to MS Access table. I dont want to do an import , cos it creates a new table in MS Access.&lt;BR /&gt;&lt;BR /&gt;I have the empty structure (exact) of Oracle table in MS Access database. I need only the data to be pulled from oracle and insert it into MS Access table.&lt;BR /&gt;&lt;BR /&gt;Any provision in MS Access?&lt;BR /&gt;&lt;BR /&gt;Hope i'm clear.&lt;BR /&gt;&lt;BR /&gt;~Jil&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Oct 2005 11:26:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ms-access-database/m-p/3654032#M804860</guid>
      <dc:creator>intp</dc:creator>
      <dc:date>2005-10-20T11:26:20Z</dc:date>
    </item>
    <item>
      <title>Re: MS Access database</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ms-access-database/m-p/3654033#M804861</link>
      <description>Just create your ODBC connection into Oracle, &lt;BR /&gt;and then create your Oracle link into the Access database.  Then create an insert query in Access, selecting from the Oracle tables, and inserting into the access (local ones).</description>
      <pubDate>Thu, 20 Oct 2005 11:29:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ms-access-database/m-p/3654033#M804861</guid>
      <dc:creator>TwoProc</dc:creator>
      <dc:date>2005-10-20T11:29:03Z</dc:date>
    </item>
    <item>
      <title>Re: MS Access database</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ms-access-database/m-p/3654034#M804862</link>
      <description>Problem is ..i have around 200 tables..i need to create link for each table ...link will create a new copy of table (with data) in MS Access.&lt;BR /&gt;&lt;BR /&gt;~Jil</description>
      <pubDate>Thu, 20 Oct 2005 11:43:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ms-access-database/m-p/3654034#M804862</guid>
      <dc:creator>intp</dc:creator>
      <dc:date>2005-10-20T11:43:30Z</dc:date>
    </item>
    <item>
      <title>Re: MS Access database</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ms-access-database/m-p/3654035#M804863</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;you can use SQL script to generate a "dump" for each table.&lt;BR /&gt;The output format is character with a separator.&lt;BR /&gt;I've done the other way around (MS Access to Oracle) and the script generates the CTL file too.&lt;BR /&gt;&lt;BR /&gt;interested ?&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Jean-Luc</description>
      <pubDate>Thu, 20 Oct 2005 11:55:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ms-access-database/m-p/3654035#M804863</guid>
      <dc:creator>Jean-Luc Oudart</dc:creator>
      <dc:date>2005-10-20T11:55:23Z</dc:date>
    </item>
    <item>
      <title>Re: MS Access database</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ms-access-database/m-p/3654036#M804864</link>
      <description>Link doesn't actually create a copy.  It just makes the link.&lt;BR /&gt;&lt;BR /&gt;Yes, you'd have to repeat it 200 times, if you want the links to show up.&lt;BR /&gt;&lt;BR /&gt;You can use the ODBC connection directly and from VB(within Access) open up a pass-through query right into Oracle, and skip the Link process.  But, you will have traded that for a coding process in which you'd have to specify the 200 tables via code segments instead of clicking around.  Might be better, might not...&lt;BR /&gt;&lt;BR /&gt;There is a product called DataJunction which could probably assist you on this.  I know groups here use that for moving data in and out of Oracle, Access, and SQLServer.  I'm not familiar with it myself however.&lt;BR /&gt;&lt;BR /&gt;Regardless of method, I'm pretty sure you're going to have actually specify what tables you want to pull from individually, and not a whole schema - much less a database.</description>
      <pubDate>Thu, 20 Oct 2005 11:59:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ms-access-database/m-p/3654036#M804864</guid>
      <dc:creator>TwoProc</dc:creator>
      <dc:date>2005-10-20T11:59:07Z</dc:date>
    </item>
    <item>
      <title>Re: MS Access database</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ms-access-database/m-p/3654037#M804865</link>
      <description>hi ~jil,&lt;BR /&gt;&lt;BR /&gt;Did you try the "Append data to existing tables" option when using the IMPORT option?&lt;BR /&gt;&lt;BR /&gt;It works for me!&lt;BR /&gt;&lt;BR /&gt;This is what i did:&lt;BR /&gt;1. Export data from Oracle table to xml format&lt;BR /&gt;2. Run MS access open MS access Database&lt;BR /&gt;3. File -&amp;gt; Get External Data -&amp;gt; Import -&amp;gt; &lt;BR /&gt;then on the imprt XML window, click options, then "Import OPtions" = "Append Data to Existing table(s)"&lt;BR /&gt;&lt;BR /&gt;hope this helps too!&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Fri, 21 Oct 2005 01:04:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ms-access-database/m-p/3654037#M804865</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2005-10-21T01:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: MS Access database</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ms-access-database/m-p/3654038#M804866</link>
      <description>It has been my experience the ODBC import to an access temp table is one way, or you can create an import filter in and access query to map the fields.. &lt;BR /&gt;&lt;BR /&gt;I had created a macro with "button" to launch my import using the filter, it imported only the records I required and was fairly simple to setup. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 21 Oct 2005 09:06:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ms-access-database/m-p/3654038#M804866</guid>
      <dc:creator>rmueller58</dc:creator>
      <dc:date>2005-10-21T09:06:21Z</dc:date>
    </item>
    <item>
      <title>Re: MS Access database</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ms-access-database/m-p/3654039#M804867</link>
      <description>Make sure your Oracle ODBC driver is correct for your Oracle Version.</description>
      <pubDate>Fri, 21 Oct 2005 10:25:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ms-access-database/m-p/3654039#M804867</guid>
      <dc:creator>rmueller58</dc:creator>
      <dc:date>2005-10-21T10:25:28Z</dc:date>
    </item>
  </channel>
</rss>

