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
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.
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.
Summary: Hi Everyone! I am trying to run a stored procedure from SQL 2005 with Excel 2003 and VB 6.3. I am getting the error: Run-time error 1004 Application-defined or object-defined error. The highlighted l...
Summary: "Run-time error '2185'. I am getting this error: Microsoft Access: Run Time Error '2185' "you can't reference a property or method for a control unless the control has the focus." My code is below: P...
Summary: I compiled a Fortran file (*.for) using the Microsoft Fortran Compiler v5.1 but there is one portion of my code (shown below) that I can't get past and creates the following error when I enter 'y' (fo...