Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   ASP .Net (http://www.velocityreviews.com/forums/f29-asp-net.html)
-   -   adovbs? (http://www.velocityreviews.com/forums/t77941-adovbs.html)

=?Utf-8?B?YmlsbA==?= 05-12-2004 12:26 PM

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


Patrice 05-12-2004 12:40 PM

Re: adovbs?
 
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" <bill@anonymous.co.uk> a écrit dans le message de
news:DD797F34-E234-4BDB-8DB8-702156C04532@microsoft.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?
>





All times are GMT. The time now is 04:59 AM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57