connection to oracle 9.2 with php and odbc doesn't work
705056Jun 5 2009 — edited Jun 8 2009Hello,
i'm trying to connect to a database in oracle 9.2 from a computer that have windows 2000 server with php 5.2, apache 2.0 and client oracle 9.2.
I use the odbc driver of oracle.
I create a dsn in control panel and testing here it work.
When i run my little script in php with the odbc_connect("name_dsn", "userdb", "pswdb") it doesn't work.
My Apache log give an error of Microsoft ODBC driver manager!
This procedure work on my personal computer that have the same configuration of the other machine, the different is the operating system that is Windows xp home.
Why on the windows 2000 server doesn't work the connection of php????
Please help me and sorry for my english, i know is not very good.