Joe Eugene wrote:
> 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?

Depends what you want. I'm not sure if you can get it as dynamic as with 
CF 5. But in many cases it is sufficient to just be able to create 
datasources on the fly. If that is the case, dig into the 
ServiceFactory. http://spike.oli.tudelft.nl/jochemd/index.cfm?PageID=12 
should get you started.

> Where are Java JDBC driver info's stored in CFMX?

Not sure if they are :) The settings for the default drivers are 
probably stored in some XML file, but for anything else they are not 
stored as properties of the driver but of the datasource.


> 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?

Theoretically yes. In practice it depends on the quality of the JDBC 
drivers. But you can administer Type IV JDBC Drivers through the CF MX 
Administrator just like any other driver. No need to use cfobject for that.

Jochem

______________________________________________________________________
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.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

Reply via email to