The Runtime error 429 applies occurs when the computer you are running in on
does not have the correct version for one or more of the support files that your
program requires. Try uninstalling and then reinstalling using an updated
version of the setup for your application. That should cure the runtime error
429
Bryan Hinton
Quote:
> I have developed a small app. that references a single table database with
> about 10 fields. I am using an ADO. The database and app. sit on a NT
> network. The app. can be started from any PC that has the required support
> files, however the app. does not "see" any info. on the database when i try
> running it from a PC other than the one it was compiled on. I have
> registered the data source (database) on each of the PCs involved. I have
> set the connectionstring and the recordsource in the properties of the ADO.I
> have recently included a common dialog control to select the database from
> but I am now getting the following message "Runtime error 429 ....ActiveX
> component can't create Object". I would appreciate any help (preferably in
> the form of a code snippet) that would get me out of this problem.
> Thanks in advance.