views:

45

answers:

2

We need to access a Teradata database via php application We don't have odbc (unixodbc etc) on the server.

How might one go about connecting to a teradata database quickly.

Keep in mind - this app needs to be as portable as possible.

+1  A: 

You may be out of luck.

  • PDO doesn't have a native driver
  • ADODb doesn't have a native driver

judging from what I find from a cursory web search, I'd say it is not possible to connect from PHP to a Teradata database without ODBC.

Pekka
A: 
Enjoy coding