Question
Error Executing Database Query
Have encountered an issue between
our earlier use version of Coldfusion (5.5) with the new version 8.0. when
working on a MS SQL data base.
Background
============
We do enhancements on a software solution which we built using CF 5.5,
running off Windows 2000 Server, with Microsoft SQL Server.
No problem.
Issue
======
We upgraded to Windows 2003 Server and CF 8.0, now the CFcode will not
work-- showing an "Error Executing Database Query" error.
Details are:
Error Executing Database Query.
[Macromedia][SQLServer JDBC Driver][SQLServer]Invalid object name
'hisworld.dbo.appControl'.
The error occurred in C:\Inetpub\wwwroot\DSP\authenticate.cfm: line 375
374 :
insert into [#Application.PDS#].[dbo].[appControl]
(appName,cfid,cftoken,User_ID)
375 :
values('#appName#','#CFID#','#CFTOKEN#','#Users.user_ID#')
Attached is a screen-shot of the column of the related table.
==============
Any ideas/advice on how we can get this CF 8.0 to work, given
the above error message?
Many thanks
Tokyo
our earlier use version of Coldfusion (5.5) with the new version 8.0. when
working on a MS SQL data base.
Background
============
We do enhancements on a software solution which we built using CF 5.5,
running off Windows 2000 Server, with Microsoft SQL Server.
No problem.
Issue
======
We upgraded to Windows 2003 Server and CF 8.0, now the CFcode will not
work-- showing an "Error Executing Database Query" error.
Details are:
Error Executing Database Query.
[Macromedia][SQLServer JDBC Driver][SQLServer]Invalid object name
'hisworld.dbo.appControl'.
The error occurred in C:\Inetpub\wwwroot\DSP\authenticate.cfm: line 375
374 :
insert into [#Application.PDS#].[dbo].[appControl]
(appName,cfid,cftoken,User_ID)
375 :
values('#appName#','#CFID#','#CFTOKEN#','#Users.user_ID#')
Attached is a screen-shot of the column of the related table.
==============
Any ideas/advice on how we can get this CF 8.0 to work, given
the above error message?
Many thanks
Tokyo
