> I am using CFMX 7 local developer's edition and I am > validating markup using Dreamweaver MX keep getting this response. > > "Note that in ColdFusion 6 the dbtype attribute does not > support dynamic" > > It says this error is on line 1 and here is how my line 1 reads: > > <CFQUERY name="use_ingredient_id" datasource="datasource"> > select * FROM tlb_sbclc_main WHERE main_frn_itm_id = > #FORM.ingredient# AND main_frn_ssz_id = #FORM.amount# </CFQUERY> > > Any idea what is wrong with this?
You can safely disregard this warning, since you're not using the DBTYPE attribute. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore and Northern Virginia, or on-site at your location. Visit http://training.figleaf.com/ for more information! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:255008 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

