Cool! Thanks, Alan.

Speaking of cool, you want your cold weather back? We don't deal with it
very well down South.

--John




                                                                                       
             
                    "McCollough,                                                       
             
                    Alan"                To:     Fusebox <[EMAIL PROTECTED]>   
             
                    <amccollough@        cc:                                           
             
                    anmc.org>            Subject:     RE: Request scope                
             
                                                                                       
             
                    12/19/2000                                                         
             
                    10:30 AM                                                           
             
                    Please                                                             
             
                    respond to                                                         
             
                    fusebox                                                            
             
                                                                                       
             
                                                                                       
             




I bet somehow the request scoped variable isn't being instantiated. Check
out the application flow and be super sure that request.flagDSN is being
created.

When in doubt, I always use a one-liner...
<CFOUTPUT>request.flagDSN=#request.flagDSN#</cfoutput><CFABORT>
Just stick this one-liner in your app, and move it up in the application
flow until you find the point where request.flagDSN isn't being created...

Alan McCollough
Web Programmer
Allaire Certified ColdFusion Developer
Alaska Native Medical Center

> -----Original Message-----
> From:         John Allred [SMTP:[EMAIL PROTECTED]]
> Sent:         Monday, December 18, 2000 6:46 PM
> To:           Fusebox
> Subject:           Request scope
>
> I just moved a working application to my ISP's server. But I have a
> problem there with the database. When I try to enter a record, I get:
>
> Error resolving parameter REQUEST.FLAGDSN
> The object FLAGDSN is not present in the scope named REQUEST.
>
> In my app_globals file, I have the following:
> <cfset #request.FlagDSN# = "al.flagpoll">
>
> Any idea what I should be looking at? The query on the page giving the
> error is calling 'datasource="#request.FlagDSN#"'
>
> Thanks,
> --John
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        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