Data connection problem with numeric DB name

Attempting to add a new data connection in VS2005 ... I can add the connection, and expand the tables node in the server explorer without a problem ... but when I attempt to expand stored procs or the other two nodes, I get the following error:

Failed to retrieve data for this request.
An exception occurred while executing a Transact-SQL statement or batch.
Line 9: Incorrect syntax near '1'.

The DB name happens to be [dbname]1. When connecting to a DB without a numeral in the name, I have no difficulties whatsoever, so I'm working based on the assumption that the numeral in the DB name is causing the problem. I don't have the option of renaming my data source ... is there another way of fixing this?

thanks ...

[765 byte] By [AndrewBadera] at [2007-12-24]
# 1
Also, it's a SQL Server 2000 machine that I'm connecting to ...
AndrewBadera at 2007-10-8 > top of Msdn Tech,Visual Studio,Visual Studio Setup and Installation...
# 2
It appears to be a compatibility level issue, the vendor-provided datasource is set up for an archaic compatibility level.
AndrewBadera at 2007-10-8 > top of Msdn Tech,Visual Studio,Visual Studio Setup and Installation...

Visual Studio

Site Classified