473,388 Members | 1,355 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,388 software developers and data experts.

adovbs?

I'm setting up a "backup" server with another hosting company (just to make sure my website is up 24/7)
On the new hosting server however I'm getting this error everytime the asp pages are run

Arguments are of the wrong type, are out of acceptable range, or are in conflict with one anothe

The facts
1.The asp pages are the same as the ones running (just fine) on the original server
2.The original server: Linux the new server :window
3.The old server MySql 3.23 the new server MySql 4.01 (my sripts are perfect
4.Not ALL pages are producing this error (just 99% of them)

On researching this type of errors I came across "adovbs". This perhaps could explain why I'm not getting errors on "some" pages. Any ideas

Nov 18 '05 #1
1 1665
The "adovbs.inc" include file make available some ADO constants. Another
option is to reference the type library in the global asax file...

AFAIK if this file is not referenced (or perhaps a version that don't
include all used constants), it will raise this message as the value is not
correct.
Using "Option Explicit" to force variable declaration would raise rather a
"varaible undefined" message.

You may want to try an ASP group instead...

Patrice

"bill" <bi**@anonymous.co.uk> a écrit dans le message de
news:DD**********************************@microsof t.com...
I'm setting up a "backup" server with another hosting company (just to make sure my website is up 24/7). On the new hosting server however I'm getting this error everytime the asp pages are run:
Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another
The facts:
1.The asp pages are the same as the ones running (just fine) on the original server! 2.The original server: Linux the new server :windows
3.The old server MySql 3.23 the new server MySql 4.01 (my sripts are perfect) 4.Not ALL pages are producing this error (just 99% of them).

On researching this type of errors I came across "adovbs". This perhaps could explain why I'm not getting errors on "some" pages. Any ideas?

Nov 18 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: news.microsoft.com | last post by:
SQL Server provides the 'text' data type but the adovbs.inc file doesn't include an adText variable along with the provided adVarChar, adInteger, etc. If there is any way to have a virtually...
9
by: Dan Williams | last post by:
Can anyone tell me how to go about creating my own custom ASP page that can show several different peoples availability from their Outlook/Exchange 2000 calendars? I don't want to have to ask...
1
by: David Lozzi | last post by:
This happens a lot to my databases. I store them at the root of my developing files, i.e. c:\My Projects\Proj1\database.mdb. Randomly, the security settings on this database will drop to the basic...
3
by: Colin Steadman | last post by:
Why doesnt this work - rs.Open SQL, connection, adOpenForwardOnly, adLockReadOnly But this does rs.Open SQL, connection, adOpenForwardOnly, 1 If I use the first option I get this error:
23
by: Rob Meade | last post by:
Lo all, Ok - this is what I was aiming to do, and then I thought - naahhh, that cant be right! query database results to recordset results to array using GetRows update values in one column...
3
by: Charts | last post by:
I recently upgraded development web server to Windows 2003. I have ASP file contains following line for include file <!--#include File="../Include/adovbs.inc"-- This ASP file worked fine before....
6
by: John Kotuby | last post by:
Hi all, I am simply trying to include the Option Explicit declaration at the top of an ASP page and am getting an error: Error Type: Microsoft VBScript compilation (0x800A0400) Expected...
6
Vini171285
by: Vini171285 | last post by:
Hi, We are facing too much problem with the use of CInt. We have two pages where we are calling the same function for two list boxes, so here..the function works well with first page & shows ...
7
by: Neil Gould | last post by:
Hi, In debugging an ASP script, I receive the error message: -------------------------------------------------------- Microsoft VBScript compilation error '800a0411' Name redefined ...
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:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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...
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
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
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...

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.