Damien McKenna wrote: > CFMX 6.1 hitting a SQL Server 2000 server. > > <cfquery name="msg_details" datasource="#application.dsn#"> > select > title, > content > from > content_misc_text > where > name = <cfqueryparam value="email_text" cfsqltype="cf_sql_varchar" > /> > </cfquery> > > Anyone have any idea why it would give the error "name can't be empty" for > the above statement? I'm thoroughly flummoxed.
Can you show the exact error message? Is it from CF, the JDBC Driver or the database? Jochm ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion MX7 and Flex 2 Build sales & marketing dashboard RIAâs for your business. Upgrade now http://www.adobe.com/products/coldfusion/flex2 Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:271012 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

