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.
These forums remain online primarily for archival purposes. While posting is still possible, it should not be considered a means for support. Please login to our portal and submit a ticket if you require assistance and we'll be more than happy to assist you.
Regular updates are posted to our blog and we will continue to post important notices to the Script Security forum section here. You can subscribe to that forum to automatically receive notifications.
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