If I run this query (and nothing else) in a page:

<CFQUERY NAME="get_email" DATASOURCE="test">
        SELECT
                email
        FROM
                addresses
</CFQUERY>

It works fine. If I run:

<CFQUERY NAME="get_email" DATASOURCE="test">
        SELECT
                email
        FROM
                addresses
</CFQUERY>

<CFOUTPUT>
#get_email.recordcount#
</CFOUTPUT>

IE tells me it can't connect to my server. Recordcount from the debug shows
44,000+ records.

Any ideas? It's bizarre.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to