I'm having a problem connection to MS SQL 7.0 server created with "Case Sensitive and CP-850".

The message: Microsoft OLE DB Provider for ODBC Drivers (0x80004005)[Microsoft][ODBC SQL Server Driver]Client unable to establish connection
/ap/sql1.asp, line 21

The code:
MyDb.dbDAT="SQL1,pubs,sa"
MyDb.dbUnit = 1
MyDb.DBColor = "4,auto,lightblue"
MyDb.dbImageDir="images/"
MyDb.dbGridTableTag = "border=3 cellspacing=3 cellpadding=3"
MyDb.dbSQL = "Select * from stores"
MyDb.dbNavigation="bottom"


There is no problems in connecting to a standard installed SQL 7.0

I'm using the EP-eval version.

Any suggestions/solutions.