I can view my datasources in DWMX and see my tablenames/datafields as well
but when I attempt a
basic query to that datasource I always get the following error. Any idea of
what might be the cause
and how to correct it. I know it must be simple but....
I'm running CFMX,MSSQL2000 locally.

----------------------------
<CFQUERY NAME="qQuestions" DATASOURCE="DSN">
        SELECT QuestionID, Question
        FROM dbo.tbl_HR_Training_Survey_Questions
        <CFIF IsDefined("URL.RecordID") AND URL.RecordID is not "">
                WHERE QuestionID = #URL.RecordID#
        </CFIF>
</CFQUERY>
---------------------------
Error Executing Database Query. 
[MERANT][SequeLink JDBC Driver][ODBC Socket][Microsoft]
[ODBC SQL Server Driver][SQL Server]
Invalid object name 'dbo.tbl_HR_Training_Survey_Questions'. 
------------------
Thanks,
Dave



HTC Disclaimer:  The information contained in this message may be privileged and 
confidential and protected from disclosure. If the reader of this message is not the 
intended recipient, or an employee or agent responsible for delivering this message to 
the intended recipient, you are hereby notified that any dissemination, distribution 
or copying of this communication is strictly prohibited.  If you have received this 
communication in error, please notify us immediately by replying to the message and 
deleting it from your computer.  Thank you.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Reply via email to