<?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 Transferdatabase does not work in ACAD2006 in VBA Forum</title>
    <link>https://forums.autodesk.com/t5/vba-forum/transferdatabase-does-not-work-in-acad2006/m-p/1407805#M41384</link>
    <description>In VBA application, MS-Access database is used and manipulated.&lt;BR /&gt;
It seems that ACAD2006 does not support 'DoCmd.Transferdatabase' for importing a table. This works fine with ACAD2000.&lt;BR /&gt;
&lt;BR /&gt;
Is there any solution?</description>
    <pubDate>Wed, 17 Aug 2005 02:46:54 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2005-08-17T02:46:54Z</dc:date>
    <item>
      <title>Transferdatabase does not work in ACAD2006</title>
      <link>https://forums.autodesk.com/t5/vba-forum/transferdatabase-does-not-work-in-acad2006/m-p/1407805#M41384</link>
      <description>In VBA application, MS-Access database is used and manipulated.&lt;BR /&gt;
It seems that ACAD2006 does not support 'DoCmd.Transferdatabase' for importing a table. This works fine with ACAD2000.&lt;BR /&gt;
&lt;BR /&gt;
Is there any solution?</description>
      <pubDate>Wed, 17 Aug 2005 02:46:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/transferdatabase-does-not-work-in-acad2006/m-p/1407805#M41384</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-08-17T02:46:54Z</dc:date>
    </item>
    <item>
      <title>Re: Transferdatabase does not work in ACAD2006</title>
      <link>https://forums.autodesk.com/t5/vba-forum/transferdatabase-does-not-work-in-acad2006/m-p/1407806#M41385</link>
      <description>The DoCmd object is part of the &amp;gt;MS-Access&amp;lt; object model.  If you are trying&lt;BR /&gt;
to use MS-Access from inside an AutoCAD VBA project, then check your&lt;BR /&gt;
references to make sure the Access library is present.  If not, explain in&lt;BR /&gt;
more detail.&lt;BR /&gt;
-- &lt;BR /&gt;
John Goodfellow&lt;BR /&gt;
irtfnm&lt;BR /&gt;
use john at goodfellowassoc dot com&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;SANPO&gt; wrote in message news:4930506@discussion.autodesk.com...&lt;BR /&gt;
In VBA application, MS-Access database is used and manipulated.&lt;BR /&gt;
It seems that ACAD2006 does not support 'DoCmd.Transferdatabase' for&lt;BR /&gt;
importing a table. This works fine with ACAD2000.&lt;BR /&gt;
&lt;BR /&gt;
Is there any solution?&lt;/SANPO&gt;</description>
      <pubDate>Wed, 17 Aug 2005 12:39:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/transferdatabase-does-not-work-in-acad2006/m-p/1407806#M41385</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-08-17T12:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: Transferdatabase does not work in ACAD2006</title>
      <link>https://forums.autodesk.com/t5/vba-forum/transferdatabase-does-not-work-in-acad2006/m-p/1407807#M41386</link>
      <description>Well, all the references are in place. &lt;BR /&gt;
In fact, &lt;BR /&gt;
docmd.opendatabase.... and&lt;BR /&gt;
docmd.transfertext.... methods do not give any errors.&lt;BR /&gt;
&lt;BR /&gt;
I get the following error when mApp.DoCmd.TransferDatabase acImport,...... is executed:&lt;BR /&gt;
Err.Number=2507&lt;BR /&gt;
Err.Description="The type isn't an installed database type or doesn't support the operation you choose"&lt;BR /&gt;
&lt;BR /&gt;
The interesting part is the code runs fine with ACAD2000.&lt;BR /&gt;
This is extremely urgent. The only new element is ACAD2006.</description>
      <pubDate>Wed, 31 Aug 2005 10:59:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/transferdatabase-does-not-work-in-acad2006/m-p/1407807#M41386</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-08-31T10:59:43Z</dc:date>
    </item>
    <item>
      <title>Re: Transferdatabase does not work in ACAD2006</title>
      <link>https://forums.autodesk.com/t5/vba-forum/transferdatabase-does-not-work-in-acad2006/m-p/1407808#M41387</link>
      <description>Do I need to re-create .dvb file in ACAD2006 ? or the same one that was developed using ACAD2000 would work?&lt;BR /&gt;
&lt;BR /&gt;
Shreenivas Potnis</description>
      <pubDate>Wed, 31 Aug 2005 11:25:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/transferdatabase-does-not-work-in-acad2006/m-p/1407808#M41387</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-08-31T11:25:51Z</dc:date>
    </item>
  </channel>
</rss>

