On Tue, 4 Sep 2001, Boaz Yahav wrote:
> I'm currently using PHP 4 on Solaris on a front end server with MySQL on
> Solaris as a db server.
...
> I want to work with MSSQL Server 2000 instead of MySQL, does anyone have
> experience with working with such
> a combination? PHP4 on Solaris as front and Win2K with MSSQL Server 2000
If you'd like to stick with a well supported DBMS (from a PHP
interactivity point of view) on Solaris, take a look at using PostgreSQL
(postgresql.org, pgsql.com, postgresql.com).
If you have your heart set on using MSSQL Server, you can use FreeTDS
(freetds.org) w/ PHP to talk to MSSQL Server directly.
I've used ODBCSocketServer (odbc.sourceforge.net ... very cool project) to
talk to MSSQL Server via ODBC (with the DSN residing on the DB Server),
and it worked nicely.
~Chris /"\
\ / Pine Ribbon Campaign
Microsoft Security Specialist X Against Outlook
The moron in Oxymoron. / \ http://www.thebackrow.net
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]