> It looks like "connectstring" and some other params of > query are deprecated in CFMX.. so how do you go about > doing a DNS-less connection in CFMX?
Dynamic connections aren't supported in CF MX. This is documented in the release notes, I think, or in the regular documentation set itself. If I recall correctly, this is a limitation of JDBC. > Where are Java JDBC driver info's stored in CFMX? I would > like to use the TYPE IV Java drivers making direct calls > to the DB.. Theoretically.. this would give the best > performance..since u bypass the ODBC layer right? There's no ODBC layer used when you create a CF MX datasource anyway, if you're using a Type 4 driver. So, I don't think you'd get any performance increase even if you could build a dynamic connection. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ______________________________________________________________________ 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/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

