Eduardo,

Under Windows, you can simple configure a System DSN in the ODBC
Administrator, and then use the ODBC functions in PHP:
www.php.net/odbc, as ODBC support should be enabled by default.

You can also connect to SQL Server on Windows from a *nix platform, using
the PHP-ODBC-HOWTO at www.iodbc.org as a starting place.  You might want to
read it for an ODBC architecture overview even if using Windows - just skip
the installation steps.  As far as the examples go, they are also
transferable (that's the point of ODBC) but you will not need to set any
environment variables with a Windows-based PHP client.

Best regards,
Andrew Hill
Director of Technology Evangelism
OpenLink Software  http://www.openlinksw.com
Universal Data Access & Data Integration Technology Providers

> -----Original Message-----
> From: Eduardo Cancino [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, February 19, 2002 10:31 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP-DB] starting odbc for w2k and iis
>
>
> Hello everybody, i'm new to the list, and i want to know where i
> get started
> with and odbc connection to sql server 2k
>
> any tutorial or manual, would be appreciated
>
> Thanks in advance.
> --
> Eduardo Cancino
> [EMAIL PROTECTED]
> ---------------------------
> Coordinador de Desarrollo Web
> CENTRO DE INFORMACION Y COMUNICACION AMBIENTAL DE NORTEAMERICA A.C.
> ---------------------------
> www.ciceana.org.mx
> ---------------------------
> 56 59 05 09
> Av. Progreso #3, Col. del Carmen, Viveros de Coyoacan, 04010, Mexico D.F.
>
>
>
> --
> 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

Reply via email to