This content has been marked as final.
Show 1 reply
-
1. Re: which driver best for DB connection Native driver vs jdbc drivers
Carl Von Stetten Jun 26, 2014 8:32 AM (in response to Srinivas VK)Srinivas,
The only time I use the "other" driver and a JDBC connection string is when I need to use a feature of the database system that isn't directly supported in the provided driver. As an example, Microsoft SQL Server's "Always On" feature and spatial/hierarchical data types aren't supported in the provided DataDirect drivers that ship with ColdFusion, but they can be used if you use Microsoft's JDBC driver.
As to performance, I haven't done testing personally. I think as long as you are using a JDBC driver, the performance differences should be negligible. Just avoid ODBC connections when possible, as these are generally slower than JDBC.
-Carl V.


