Hello!
This is my scenario: When running phpinfo(); on any of my ibays, in the section “configure command” i see an option there i have to change:
’–without-unixODBC’
In fact, I’ve successfully installed and configured on the system freedts and unixodbc for connect to a MSSQL DSN.
[root@nethserver ~]# isql -v <DSN> <user> <pwd>
+---------------------------------------+
| Connected! |
| |
| sql-statement |
| help [tablename] |
| quit |
| |
+---------------------------------------+
So it seems working, but i’d have to connect to this DSN by a PHP web app, and can’t do this with --whithout-unixODBC in PHP config.
Can someone help me?
Thanks!
Mike