Re: PHP function question
Another way to interface to MSSQL server is via freetds. Unfortunately this usually requires a rebuild of PHP, but since you are already doing it, it may not bother you.
From Perl, one can easily call the freetds library using the sybase DBD module. I used freetds once to suck data from a MSSQL server.
|