Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Error connecting to SQL7 database

Status
Not open for further replies.

danmoss

Programmer
Feb 14, 2001
42
GB
Hi,

We have a page that connects to a SQL7 database. There are two copies of the page, one live and the other a backup. The live copy works fine, but the backup doesn't work (by backup I mean an exact copy of the entire server, not just a backup of the site running on the same server).
The error page displays the following
Code:
Microsoft VBScript compilation error '800a03ea' 

Set Exp = new RegExp
----------^
Can anyone tell me what this error means and if possible how to get round it. I know the ASP is OK as the live copy is running fine. Help!!!!

Cheers,
Dan Moss
 
Make sure that you have the same VBScript engine on both servers. For example RegExp is only supported by VBScript version 5.0 (according to the MSDN Library).
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top