Computing.Net > Forums > Programming > Run time Errors in VB

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Run time Errors in VB

Reply to Message Icon

Name: Reggie
Date: October 18, 2002 at 02:50:32 Pacific
OS: WIN ME
CPU/Ram: 256
Comment:

I am getting two run time errors on two different PCs when running a VB app.

1) Run Time Error 430
Class not supported Automation or does not support expected interface.

This happens when I try to open an ADO Recordset in Foxpro.

2) Run Time Error 3163

The field is too small to accept the blah,blah,blah.

This happens when I try to write to a DAO Recordset.

Anyone any ideas?



Sponsored Link
Ads by Google

Response Number 1
Name: Reggie
Date: October 18, 2002 at 02:51:45 Pacific
Reply:

First PC is Win NT
Second is Win 98


0

Response Number 2
Name: Critter
Date: October 18, 2002 at 19:36:50 Pacific
Reply:

I had a VB program that also used ADO and gave the same 430 error whenever I tried to run on a friend's machine until I downloaded and installed MDAC on the machine. I think this is the download, but I'm not entirely sure. If it doesn't work, maybe you can find something newer.


0

Response Number 3
Name: Dianne Coleman
Date: October 24, 2002 at 06:14:41 Pacific
Reply:

There are two steps that you must take to correct this problem.

1. Set the version compatibility property of the server project to binary compatibility with the version of the COM SERVER now on your hard drive.

2. Recompile the client project

This will solve your 430 error .

Dianne Y. Coleman


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: Run time Errors in VB

VB run-time error 1004 with SQL www.computing.net/answers/programming/vb-runtime-error-1004-with-sql/18664.html

VB Run Time Error '2185' www.computing.net/answers/programming/vb-run-time-error-2185/3421.html

Fortran run-time error www.computing.net/answers/programming/fortran-runtime-error/7717.html