<?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: A2k VBA's DAO in VBA Forum</title>
    <link>https://forums.autodesk.com/t5/vba-forum/a2k-vba-s-dao/m-p/331966#M89855</link>
    <description>Could you use an On Error Resume Next statement just above your&lt;BR /&gt;
OpenDatabase statement and look at the error collection to get the&lt;BR /&gt;
error number and possibly a better description?&lt;BR /&gt;
&lt;BR /&gt;
 - Tom&lt;BR /&gt;
&lt;BR /&gt;
Omar Melo &lt;OMARM&gt; wrote in message&lt;BR /&gt;
news:F2E548994ED3BC92F3AAF63F6BBCF20B@in.WebX.SaUCah8kaAW...&lt;BR /&gt;
&amp;gt; Ok, I have my app working great (for the most part.) After&lt;BR /&gt;
installing on&lt;BR /&gt;
&amp;gt; many systems with A2Ki, I find that it does not work on computers&lt;BR /&gt;
which had&lt;BR /&gt;
&amp;gt; never had Office installed on it.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; It crashes on... Set MyDB = OpenDatabase("c:\data\file.mdb") ...with&lt;BR /&gt;
an&lt;BR /&gt;
&amp;gt; "Execution Error" message.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; How can I get my app to work with out installing office?&lt;BR /&gt;
&amp;gt; Any suggestions?&lt;BR /&gt;
&amp;gt;&lt;/OMARM&gt;</description>
    <pubDate>Thu, 26 Oct 2000 19:40:12 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2000-10-26T19:40:12Z</dc:date>
    <item>
      <title>A2k VBA's DAO</title>
      <link>https://forums.autodesk.com/t5/vba-forum/a2k-vba-s-dao/m-p/331964#M89853</link>
      <description>Ok, I have my app working great (for the most part.) After installing on&lt;BR /&gt;
many systems with A2Ki, I find that it does not work on computers which had&lt;BR /&gt;
never had Office installed on it.&lt;BR /&gt;
&lt;BR /&gt;
It crashes on... Set MyDB = OpenDatabase("c:\data\file.mdb") ...with an&lt;BR /&gt;
"Execution Error" message.&lt;BR /&gt;
&lt;BR /&gt;
How can I get my app to work with out installing office?&lt;BR /&gt;
Any suggestions?</description>
      <pubDate>Thu, 26 Oct 2000 18:49:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/a2k-vba-s-dao/m-p/331964#M89853</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2000-10-26T18:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: A2k VBA's DAO</title>
      <link>https://forums.autodesk.com/t5/vba-forum/a2k-vba-s-dao/m-p/331965#M89854</link>
      <description>You may want to try downloading Microsoft's Data Access Components  (MDAC).&lt;BR /&gt;
Go to www.microsoft.com/data and start from there.  The current version is&lt;BR /&gt;
2.6.  This usually takes care of data access problems that I have.&lt;BR /&gt;
&lt;BR /&gt;
~ Tom&lt;BR /&gt;
&lt;BR /&gt;
"Omar Melo" &lt;OMARM&gt; wrote in message&lt;BR /&gt;
news:F2E548994ED3BC92F3AAF63F6BBCF20B@in.WebX.SaUCah8kaAW...&lt;BR /&gt;
&amp;gt; Ok, I have my app working great (for the most part.) After installing on&lt;BR /&gt;
&amp;gt; many systems with A2Ki, I find that it does not work on computers which&lt;BR /&gt;
had&lt;BR /&gt;
&amp;gt; never had Office installed on it.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; It crashes on... Set MyDB = OpenDatabase("c:\data\file.mdb") ...with an&lt;BR /&gt;
&amp;gt; "Execution Error" message.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; How can I get my app to work with out installing office?&lt;BR /&gt;
&amp;gt; Any suggestions?&lt;BR /&gt;
&amp;gt;&lt;/OMARM&gt;</description>
      <pubDate>Thu, 26 Oct 2000 19:37:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/a2k-vba-s-dao/m-p/331965#M89854</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2000-10-26T19:37:19Z</dc:date>
    </item>
    <item>
      <title>Re: A2k VBA's DAO</title>
      <link>https://forums.autodesk.com/t5/vba-forum/a2k-vba-s-dao/m-p/331966#M89855</link>
      <description>Could you use an On Error Resume Next statement just above your&lt;BR /&gt;
OpenDatabase statement and look at the error collection to get the&lt;BR /&gt;
error number and possibly a better description?&lt;BR /&gt;
&lt;BR /&gt;
 - Tom&lt;BR /&gt;
&lt;BR /&gt;
Omar Melo &lt;OMARM&gt; wrote in message&lt;BR /&gt;
news:F2E548994ED3BC92F3AAF63F6BBCF20B@in.WebX.SaUCah8kaAW...&lt;BR /&gt;
&amp;gt; Ok, I have my app working great (for the most part.) After&lt;BR /&gt;
installing on&lt;BR /&gt;
&amp;gt; many systems with A2Ki, I find that it does not work on computers&lt;BR /&gt;
which had&lt;BR /&gt;
&amp;gt; never had Office installed on it.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; It crashes on... Set MyDB = OpenDatabase("c:\data\file.mdb") ...with&lt;BR /&gt;
an&lt;BR /&gt;
&amp;gt; "Execution Error" message.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; How can I get my app to work with out installing office?&lt;BR /&gt;
&amp;gt; Any suggestions?&lt;BR /&gt;
&amp;gt;&lt;/OMARM&gt;</description>
      <pubDate>Thu, 26 Oct 2000 19:40:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/a2k-vba-s-dao/m-p/331966#M89855</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2000-10-26T19:40:12Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/vba-forum/a2k-vba-s-dao/m-p/331967#M89856</link>
      <description>mdac will not work on W2K because the files that it tries to install&lt;BR /&gt;
are protected by the OS. On restart, the originals are restored. In&lt;BR /&gt;
order to get DAO 3.6 on a W2K machine, you need to install SP1.&lt;BR /&gt;
&lt;BR /&gt;
 - Tom&lt;BR /&gt;
&lt;BR /&gt;
Thomas W. Gallup &lt;TGALLUP&gt; wrote in message&lt;BR /&gt;
news:E870B632EECE42FF6512886F1ADA061A@in.WebX.SaUCah8kaAW...&lt;BR /&gt;
&amp;gt; You may want to try downloading Microsoft's Data Access Components&lt;BR /&gt;
(MDAC).&lt;BR /&gt;
&amp;gt; Go to www.microsoft.com/data and start from there.  The current&lt;BR /&gt;
version is&lt;BR /&gt;
&amp;gt; 2.6.  This usually takes care of data access problems that I have.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; ~ Tom&lt;/TGALLUP&gt;</description>
      <pubDate>Thu, 26 Oct 2000 19:59:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/a2k-vba-s-dao/m-p/331967#M89856</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2000-10-26T19:59:51Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/vba-forum/a2k-vba-s-dao/m-p/331968#M89857</link>
      <description>Err=429&lt;BR /&gt;
Description= ActiveX component can't create object&lt;BR /&gt;
&lt;BR /&gt;
Dowwwwnloading  Microsoft's Data Access Components  as suggested.&lt;BR /&gt;
&lt;BR /&gt;
"Tom Gilmer" &lt;TGILMER&gt; wrote in message&lt;BR /&gt;
news:87F282C78BB8588C3D1D3484AC5947A9@in.WebX.SaUCah8kaAW...&lt;BR /&gt;
&amp;gt; Could you use an On Error Resume Next statement just above your&lt;BR /&gt;
&amp;gt; OpenDatabase statement and look at the error collection to get the&lt;BR /&gt;
&amp;gt; error number and possibly a better description?&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;  - Tom&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Omar Melo &lt;OMARM&gt; wrote in message&lt;BR /&gt;
&amp;gt; news:F2E548994ED3BC92F3AAF63F6BBCF20B@in.WebX.SaUCah8kaAW...&lt;BR /&gt;
&amp;gt; &amp;gt; Ok, I have my app working great (for the most part.) After&lt;BR /&gt;
&amp;gt; installing on&lt;BR /&gt;
&amp;gt; &amp;gt; many systems with A2Ki, I find that it does not work on computers&lt;BR /&gt;
&amp;gt; which had&lt;BR /&gt;
&amp;gt; &amp;gt; never had Office installed on it.&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; It crashes on... Set MyDB = OpenDatabase("c:\data\file.mdb") ...with&lt;BR /&gt;
&amp;gt; an&lt;BR /&gt;
&amp;gt; &amp;gt; "Execution Error" message.&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; How can I get my app to work with out installing office?&lt;BR /&gt;
&amp;gt; &amp;gt; Any suggestions?&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt;&lt;/OMARM&gt;&lt;/TGILMER&gt;</description>
      <pubDate>Thu, 26 Oct 2000 20:00:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/a2k-vba-s-dao/m-p/331968#M89857</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2000-10-26T20:00:15Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/vba-forum/a2k-vba-s-dao/m-p/331969#M89858</link>
      <description>Disregard what I said about mdac as it does not apply to mdac 2.6 on&lt;BR /&gt;
W2K.&lt;BR /&gt;
 - Tom&lt;BR /&gt;
&lt;BR /&gt;
Tom Gilmer &lt;TGILMER&gt; wrote in message&lt;BR /&gt;
news:DE3C94B3CDD75302823FFE682EC8F68B@in.WebX.SaUCah8kaAW...&lt;BR /&gt;
&amp;gt; mdac will not work on W2K because the files that it tries to install&lt;BR /&gt;
&amp;gt; are protected by the OS. On restart, the originals are restored. In&lt;BR /&gt;
&amp;gt; order to get DAO 3.6 on a W2K machine, you need to install SP1.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;  - Tom&lt;/TGILMER&gt;</description>
      <pubDate>Thu, 26 Oct 2000 20:15:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/a2k-vba-s-dao/m-p/331969#M89858</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2000-10-26T20:15:24Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/vba-forum/a2k-vba-s-dao/m-p/331970#M89859</link>
      <description>That is what I was thinking.  2.6 is installed off the CD with Win2K.&lt;BR /&gt;
&lt;BR /&gt;
~ Tom&lt;BR /&gt;
&lt;BR /&gt;
"Tom Gilmer" &lt;TGILMER&gt; wrote in message&lt;BR /&gt;
news:4012988BB81F398848A518D2607A00C8@in.WebX.SaUCah8kaAW...&lt;BR /&gt;
&amp;gt; Disregard what I said about mdac as it does not apply to mdac 2.6 on&lt;BR /&gt;
&amp;gt; W2K.&lt;BR /&gt;
&amp;gt;  - Tom&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Tom Gilmer &lt;TGILMER&gt; wrote in message&lt;BR /&gt;
&amp;gt; news:DE3C94B3CDD75302823FFE682EC8F68B@in.WebX.SaUCah8kaAW...&lt;BR /&gt;
&amp;gt; &amp;gt; mdac will not work on W2K because the files that it tries to install&lt;BR /&gt;
&amp;gt; &amp;gt; are protected by the OS. On restart, the originals are restored. In&lt;BR /&gt;
&amp;gt; &amp;gt; order to get DAO 3.6 on a W2K machine, you need to install SP1.&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt;  - Tom&lt;BR /&gt;
&amp;gt;&lt;/TGILMER&gt;&lt;/TGILMER&gt;</description>
      <pubDate>Thu, 26 Oct 2000 20:31:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/a2k-vba-s-dao/m-p/331970#M89859</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2000-10-26T20:31:33Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/vba-forum/a2k-vba-s-dao/m-p/331971#M89860</link>
      <description>W2K SP1 did not help. I'm checking out other avenues related to SPs.&lt;BR /&gt;
&lt;BR /&gt;
I'm using the DAO2535.tlb for better or worse.&lt;BR /&gt;
&lt;BR /&gt;
I would use DAO 3.6 if I could find adequate the help files or examples to&lt;BR /&gt;
figure out how to get it to work with what I have.&lt;BR /&gt;
&lt;BR /&gt;
As I mentioned to another posting, the exact error is 429:ActiveX component&lt;BR /&gt;
can't create object if that is of any use.&lt;BR /&gt;
&lt;BR /&gt;
Thanks for the suggestions.&lt;BR /&gt;
&lt;BR /&gt;
"Tom Gilmer" &lt;TGILMER&gt; wrote in message&lt;BR /&gt;
news:DE3C94B3CDD75302823FFE682EC8F68B@in.WebX.SaUCah8kaAW...&lt;BR /&gt;
&amp;gt; mdac will not work on W2K because the files that it tries to install&lt;BR /&gt;
&amp;gt; are protected by the OS. On restart, the originals are restored. In&lt;BR /&gt;
&amp;gt; order to get DAO 3.6 on a W2K machine, you need to install SP1.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;  - Tom&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Thomas W. Gallup &lt;TGALLUP&gt; wrote in message&lt;BR /&gt;
&amp;gt; news:E870B632EECE42FF6512886F1ADA061A@in.WebX.SaUCah8kaAW...&lt;BR /&gt;
&amp;gt; &amp;gt; You may want to try downloading Microsoft's Data Access Components&lt;BR /&gt;
&amp;gt; (MDAC).&lt;BR /&gt;
&amp;gt; &amp;gt; Go to www.microsoft.com/data and start from there.  The current&lt;BR /&gt;
&amp;gt; version is&lt;BR /&gt;
&amp;gt; &amp;gt; 2.6.  This usually takes care of data access problems that I have.&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; ~ Tom&lt;BR /&gt;
&amp;gt;&lt;/TGALLUP&gt;&lt;/TGILMER&gt;</description>
      <pubDate>Fri, 27 Oct 2000 15:18:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/a2k-vba-s-dao/m-p/331971#M89860</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2000-10-27T15:18:29Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/vba-forum/a2k-vba-s-dao/m-p/331972#M89861</link>
      <description>what about using 32 Bit ODBC to configure your database&lt;BR /&gt;
Omar Melo &lt;OMARM&gt; wrote in message&lt;BR /&gt;
news:A7F27E0F54105C4B67F7B8B63850BEF0@in.WebX.SaUCah8kaAW...&lt;BR /&gt;
&amp;gt; Err=429&lt;BR /&gt;
&amp;gt; Description= ActiveX component can't create object&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Dowwwwnloading  Microsoft's Data Access Components  as suggested.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; "Tom Gilmer" &lt;TGILMER&gt; wrote in message&lt;BR /&gt;
&amp;gt; news:87F282C78BB8588C3D1D3484AC5947A9@in.WebX.SaUCah8kaAW...&lt;BR /&gt;
&amp;gt; &amp;gt; Could you use an On Error Resume Next statement just above your&lt;BR /&gt;
&amp;gt; &amp;gt; OpenDatabase statement and look at the error collection to get the&lt;BR /&gt;
&amp;gt; &amp;gt; error number and possibly a better description?&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt;  - Tom&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; Omar Melo &lt;OMARM&gt; wrote in message&lt;BR /&gt;
&amp;gt; &amp;gt; news:F2E548994ED3BC92F3AAF63F6BBCF20B@in.WebX.SaUCah8kaAW...&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; Ok, I have my app working great (for the most part.) After&lt;BR /&gt;
&amp;gt; &amp;gt; installing on&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; many systems with A2Ki, I find that it does not work on computers&lt;BR /&gt;
&amp;gt; &amp;gt; which had&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; never had Office installed on it.&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; It crashes on... Set MyDB = OpenDatabase("c:\data\file.mdb") ...with&lt;BR /&gt;
&amp;gt; &amp;gt; an&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; "Execution Error" message.&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; How can I get my app to work with out installing office?&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; Any suggestions?&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt;&lt;/OMARM&gt;&lt;/TGILMER&gt;&lt;/OMARM&gt;</description>
      <pubDate>Thu, 02 Nov 2000 18:24:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/a2k-vba-s-dao/m-p/331972#M89861</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2000-11-02T18:24:00Z</dc:date>
    </item>
  </channel>
</rss>

