What part of the help files did you find this in? I think I'm missing the documentation.
Joshua Miller Web Development :: Programming Eagle Web Development LLC www.eaglewd.com [EMAIL PROTECTED] (304) 622-5676 (Clarksburg Office) (304) 456-4942 (Home Office) -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, June 14, 2002 12:07 PM To: CF-Talk Subject: Re: CFQuery Error - No more ConnectString ??? 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) > > ______________________________________________________________________ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

