Straight from the help file:

New in ColdFusion MX: The connectString, dbName, dbServer, provider, 
providerDSN, and sql attributes, and all values of the dbtype attribute 
except query, are deprecated. Do not use them. They do not work, and might 
cause an error, in releases later than ColdFusion 5.

~Todd

On Fri, 14 Jun 2002, Joshua Miller wrote:

> Attribute validation error for tag query. 
> The tag does not have an attribute called connectstring. The valid
> attribute(s) are name, datasource, dbtype, sql, username, password,
> maxrows, blockfactor, timeout, cachedafter, cachedwithin, debug. 
>  
> The Error Occurred in D:\websites\wvbuilders\directory.cfm: line 24
> 
> 22 :     Uid=;
> 23 :     Pwd=;">
> 24 : <cfquery dbtype="dynamic" connectstring="#REQUEST.connectstring#"
> name="qGetEmp">
> 25 : SELECT * FROM tblEmployees
> 26 : ORDER BY elastname ASC, efirstname ASC
> 
> 
> What's up? The help from CFMX doesn't say anything to the contrary about
> this ... Is connectString deprecated in CFMX?
> 
> Joshua Miller
> Web Development :: Programming
> Eagle Web Development LLC
> www.eaglewd.com
> [EMAIL PROTECTED]
> (304) 622-5676 (Clarksburg Office)
> (304) 456-4942 (Home Office)
> 
> 
______________________________________________________________________
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
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to