Run-time Error '429' ActiveX component can't create object 
Author Message
 Run-time Error '429' ActiveX component can't create object

When my database loads I get this run-time error:

ActiveX component can't create object

When I click "Debug" the line that is highlighted in
yellow is:

Set db = OpenDatabase(MyDatabaseName)

The above line is used several places throughout the
database.  The error only occurs when it loads, only one a
few computers.  The exact same database loads fine on
other computers.

I installed the   Regsvr32.exe  

And then I typed this at a command line:

RegSvr32 C:\progra~1\common~1\micros~1\dao\dao350.dll

Just as I was instructed to by a seprate response to a
similar reporting of this error.

I restarted the computer, and tried to load the databse
again, and still go the error.

What do I do now???

(....puzzling....)



Wed, 20 Jul 2005 04:39:01 GMT  
 Run-time Error '429' ActiveX component can't create object
It has probably to do with the reference. You don't mention in which version
you have this problem.
But try this:

Dim db as DAO.database

Because when you have Access 2K or XP the 'database' object could refer to
ADO or DAO.

-AJ-


Quote:
> When my database loads I get this run-time error:

> ActiveX component can't create object

> When I click "Debug" the line that is highlighted in
> yellow is:

> Set db = OpenDatabase(MyDatabaseName)

> The above line is used several places throughout the
> database.  The error only occurs when it loads, only one a
> few computers.  The exact same database loads fine on
> other computers.

> I installed the   Regsvr32.exe

> And then I typed this at a command line:

> RegSvr32 C:\progra~1\common~1\micros~1\dao\dao350.dll

> Just as I was instructed to by a seprate response to a
> similar reporting of this error.

> I restarted the computer, and tried to load the databse
> again, and still go the error.

> What do I do now???

> (....puzzling....)



Wed, 20 Jul 2005 06:17:24 GMT  
 Run-time Error '429' ActiveX component can't create object
I understand

but then I'd have to change it everywhere in the database, and that is time
consuming, even if I do a Find/Replace method

The strange thing is that the line in yellow executes fine on other
computers with the exact same database.

It is Access 97

??



Quote:
> It has probably to do with the reference. You don't mention in which
version
> you have this problem.
> But try this:

> Dim db as DAO.database

> Because when you have Access 2K or XP the 'database' object could refer to
> ADO or DAO.

> -AJ-



> > When my database loads I get this run-time error:

> > ActiveX component can't create object

> > When I click "Debug" the line that is highlighted in
> > yellow is:

> > Set db = OpenDatabase(MyDatabaseName)

> > The above line is used several places throughout the
> > database.  The error only occurs when it loads, only one a
> > few computers.  The exact same database loads fine on
> > other computers.

> > I installed the   Regsvr32.exe

> > And then I typed this at a command line:

> > RegSvr32 C:\progra~1\common~1\micros~1\dao\dao350.dll

> > Just as I was instructed to by a seprate response to a
> > similar reporting of this error.

> > I restarted the computer, and tried to load the databse
> > again, and still go the error.

> > What do I do now???

> > (....puzzling....)



Wed, 20 Jul 2005 08:21:31 GMT  
 Run-time Error '429' ActiveX component can't create object
Hi. That's strange. Because in Access97 you don't have that specific problem
with ADO and DAO.

Could you include a piece of your code?
I check it tomorrow for you.

Now it's time to go asleep. (Other continent....probably)

-Arjan-


Quote:
> I understand

> but then I'd have to change it everywhere in the database, and that is
time
> consuming, even if I do a Find/Replace method

> The strange thing is that the line in yellow executes fine on other
> computers with the exact same database.

> It is Access 97

> ??



> > It has probably to do with the reference. You don't mention in which
> version
> > you have this problem.
> > But try this:

> > Dim db as DAO.database

> > Because when you have Access 2K or XP the 'database' object could refer
to
> > ADO or DAO.

> > -AJ-



> > > When my database loads I get this run-time error:

> > > ActiveX component can't create object

> > > When I click "Debug" the line that is highlighted in
> > > yellow is:

> > > Set db = OpenDatabase(MyDatabaseName)

> > > The above line is used several places throughout the
> > > database.  The error only occurs when it loads, only one a
> > > few computers.  The exact same database loads fine on
> > > other computers.

> > > I installed the   Regsvr32.exe

> > > And then I typed this at a command line:

> > > RegSvr32 C:\progra~1\common~1\micros~1\dao\dao350.dll

> > > Just as I was instructed to by a seprate response to a
> > > similar reporting of this error.

> > > I restarted the computer, and tried to load the databse
> > > again, and still go the error.

> > > What do I do now???

> > > (....puzzling....)



Wed, 20 Jul 2005 06:35:53 GMT  
 
 [ 4 post ] 

 Relevant Pages 

1. Run-time error '429': ActiveX component can't create object

2. Run-Time Error '429': ActiveX component can't create object

3. Run time error '429': ActiveX component can't create object

4. Run-time error '429': ActiveX component can't create object

5. Run time error '429': ActiveX component can't create object

6. Run-Time Error '429': ActiveX component can't create object

7. Run-time error 429 ActiveX component can't create object

8. Run time error 429 ActiveX Component can't create object

9. Run time error 429: Activex component can't create object

10. Runtime error '429', ActiveX can't create object

11. Run Time Error 429: Active-X component can't create object

12. Run-time Error 429 (ActiveX can't create object)

 

 
Powered by phpBB® Forum Software