If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
Correct. ODBC support is not available. I believe you're the first of our customers to have even expressed interest in PHP's support of this. It just isn't very popular.
Thanks Andrew. In the past I've used perl for interacting with sql databases, and am just now researching what's available for php. So I'm not really sure about the popularity, advantages, disadvantages of the various options.
ODBC is mostly used as a common interface for SQL-like data sources for which there's no native PDO bindings provided. So the fact is that you just don't need it at all. Use mySQL PDO bindings instead.
Comment