You need one ofe the folowing extensions compied as a shared or static
module:
ODBC (UnixODBC)
MSSQL (FreeTDS)
ODBTP
compiling as a shered module does not require recompile of PHP. You just
need to load the extension with dl() or from php.ini.
- Frank
>
> My domain is hosting through a hosting company on Linux with PHP 4.3.4.
> Hosting company is not open to re-compile PHP for using FreeTDS or
> any other application.
>
> If I can not use FreeTDS, what other options do I have?
>
> a) Can Pear be used? It is 4.3.4. I tried
>
> <?php required_once("DB.php") ?>
>
> but got error.
>
> b) Can ADODB be used without re-compiling
> PHP?
>
> Any other option?
>
> Thanks
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php