Answered
SQL Invalid Object Name
I am pulling my hair out over this one. I am trying to run
cfquery from this ColdFusion application using SQL 2000 as my
Database. I have tried updating to SQL 2000 service pack 4 and
installing the latest com.microsoft.jdbc.sqlserver.SQLServerDriver
SQL 2000 driver. Nothing seems to work. I am able to create DSN's okay. I tried making an ODBC connection and that did not work either. I have tried connecting ColdFusion to another SQL Server 2000 box and it works fine. Here is the error message I am getting.
Error Executing Database Query.
[Macromedia][SQLServer JDBC Driver][SQLServer]Invalid object name 'TIER1'.
The error occurred in D:\cfsites\tms-hq\test.cfm: line 1
1 : <cfquery name="GetTiers" datasource="#application.ds#">
2 : SELECT *
3 : FROM TIER1
--------------------------------------------------------------------------------
SQL SELECT * FROM TIER1
DATASOURCE TMSMyCFSitePublic
VENDORERRORCODE 208
SQLSTATE 42S02
Resources:
SQL 2000 driver. Nothing seems to work. I am able to create DSN's okay. I tried making an ODBC connection and that did not work either. I have tried connecting ColdFusion to another SQL Server 2000 box and it works fine. Here is the error message I am getting.
Error Executing Database Query.
[Macromedia][SQLServer JDBC Driver][SQLServer]Invalid object name 'TIER1'.
The error occurred in D:\cfsites\tms-hq\test.cfm: line 1
1 : <cfquery name="GetTiers" datasource="#application.ds#">
2 : SELECT *
3 : FROM TIER1
--------------------------------------------------------------------------------
SQL SELECT * FROM TIER1
DATASOURCE TMSMyCFSitePublic
VENDORERRORCODE 208
SQLSTATE 42S02
Resources:
