for the dbtype attribute for instance, every value other than "query" has been deprecated... so in cfmx, it's proper to use dbtype="query" but improper to use dbtype="anything but query" ... the other attributes listed have been deprecated in their entirety... somehow I thought the sql attribute had been deprecated in an earlier version... nobody's really used it in years... <cfquery name="rs" datasource="mydsn" sql="select * from mytable">
ike ------ Original Message ------ From: Mike Mertsock <[EMAIL PROTECTED]> To: CF-Talk <[EMAIL PROTECTED]> Sent: Sep 04, 2003 02:31 PM Subject: Re: cfquery?? >>http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/tags-p18.htm > >What the table on that page says about cfquery is not that the tag itself as a whole >is deprecated, but that some of its attributes are deprecated. The venerable cfquery >is alive and well ;-) > >Mike Mertsock >Alfred University Web Team > >>So, if cfquery is a deprecated tag, what should we be using in its >>place?? >> >>Anyone heard anything about this? >> >> >>http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/tags-p18.htm >> >>Candace K. Cottrell, Web Developer >>The Children's Medical Center >>One Children's Plaza >>Dayton, OH 45404 >>937-641-4293 >>http://www.childrensdayton.org >> >> >>[EMAIL PROTECTED] >> > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 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

