Platform:  CFMX6.1/Win2K/IIS5

All--

Just installed CFMX 6.1 to run alongside an existing CF5 on a standalone server.  The 
install looks OK--no errors, the CF Admin works fine and CFML statements (ie, 
"<CFOUTPUT>#DateFormat(Now())#</CFOUTPUT>") execute properly.  But when I try to use 
CFQUERY, the query just runs and runs and never returns anything.  The DSN verifies in 
CF Admin but even a simple SQL statement fails:

<CFQUERY NAME="qryData" DATASOURCE="MyDSN">
        SELECT
                *
        FROM
                dual
</CFQUERY>

I don't understand why the DSN verifies in the Admin but doesn't work with a simple 
query.

I know I've seen someone discuss DSN issues on the list but I can't find them in the 
archive.  I remember something about refreshing connectors or something.  Could that 
be the issue?  The docs that came with MX are thin on this.

Thanks,
Chris
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm

Reply via email to