473,395 Members | 2,467 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

I get 800a01fb this error msg...Any one please help meout

Hi,

I have 4 web pages which collects data and insert in database. Since couple of days i am getting following errors. ( there r diff kinds of errors i get each time ): They are in sequence as i get them

1.
Error Type:

Active Server Pages error 'ASP 0115'

Unexpected error

/iisHelp/common/500-100.asp

A trappable error (C0000005) occurred in an external object. The script cannot continue running.

Microsoft VBScript runtime error '800a01fb'

An exception occurred: 'Open'

/common/db_connect.asp, line 6

2.
Error Type:
Microsoft VBScript runtime (0x800A01FB)
An exception occurred: 'Open'
/common/db_connect.asp, line 6



3.
Error Type:
ADODB.Recordset (0x800A0BB9)
Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another.
/register2.asp, line 196


4.
The remote procedure call failed and did not execute.

5.

Error Type:
Provider (0x80020005)
Type mismatch.
/register.asp, line 152


Are these errors are depend on each other...
Would any please help me out i have search lots of places but no luck

Thanx
Jan 18 '07 #1
2 2365
iam_clint
1,208 Expert 1GB
Error Type:
Provider (0x80020005)
Type mismatch.
/register.asp, line 152

can you give us the lines of code that are throwing these errors?
Jan 18 '07 #2
Set rs = CreateObject("ADODB.Recordset")
sql= "SELECT * FROM members"
rs.Open sql, OBJdbConnection, 3, 3
coloum =array("username","password","valid_member","membe r_level_id","new_profile","from_date","from_time")
values =array(username,password,0,4,1,today,now_time)
Error is showing this line---> rs.AddNew coloum,values
rs.Close


from list of errors i gave when the 1st error comes then following errors stats coming.
Above code does not give me any trouble till i do 2 transactions between database and user. no.1 error pops up at the time of 3rd(Most of the time) transaction. Then that error stays for period of time on all page on server ( here it is looks to be some think related to sessions and some objects)
Jan 18 '07 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

3
by: Mike Kanski | last post by:
I get this error Microsoft VBScript runtime error '800a01fb' When i call LoadPicture method, or when i pretty much do any operation with PictureBox like setting width and height. It happened...
8
by: Samuel | last post by:
I have a user complaining about a random error (sporadic, cannot be reliably reproduced): ================================= Microsoft VBScript runtime error '800a01fb' An exception occurred:...
4
by: pshindle | last post by:
DB2 Team - I just downloaded and unzipped the new Fixpack 9 for DB2 ESE V8 for Windows (FP9_WR21350_ESE.exe). I then burned the unzipped Fixpack files to a CD. I proceded to install this...
7
by: p | last post by:
WE had a Crystal 8 WebApp using vs 2002 which we upgraded to VS2003. I also have Crystal 9 pro on my development machine. The web app runs fine on my dev machine but am having problems deploying....
0
by: kammaldeep | last post by:
hi, i m newbie 2 PHP & to b frank ... will alwaz be ... i dont think i will go into much details with PHP as my work doesnot include workin with PHP bt i have a forum .. and i want to make a...
2
Carrugar
by: Carrugar | last post by:
We have recently migrated a legacy ASP application from an NT4 server running IIS 4.0 to a Win2003 server running IIS6.0. An Anonymous User account is being used to access a file server via IIS,...
0
Carrugar
by: Carrugar | last post by:
Hi folks, was hoping someone might have some suggestions to a major PITA problem I'm having! I have a function below which resides in an ASP file. It creates a URL using the strParams variable...
6
by: =?Utf-8?B?UGF1bCBQcmV3ZXR0?= | last post by:
Hi - I have 4 webservers in my webfarm. All Win2k3 web edition. Before yesterday, none of them were service packed. I have now applied SP2 to two of them, and I'm getting a very weird MSDTC...
1
by: morrisqueto | last post by:
Hello, One of my websites just started sending a new rare error. The site has been working for almost 2 years without trouble, but today morning started giving away this error in all my views. ...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.