Re: [PHP] acerca de extensiones SQL Server

2007-07-16 Thread Chris
Lic. Eduardo R. Hernández Osorio wrote: Exactly, I use Microsoft SQL Server as db Server and it i son another machine. I need to configure my php to connect with that server. On Windows with appserv that work fine but on Linux the php code doesn't work. Could you help me to configure that? http

RE: [PHP] acerca de extensiones SQL Server

2007-07-16 Thread Lic. Eduardo R. Hernández Osorio
ntenciones está empedrado el camino al infierno..." -Mensaje original- De: Stut [mailto:[EMAIL PROTECTED] Enviado el: Saturday, July 14, 2007 7:01 PM Para: Robert Degen CC: php-general@lists.php.net Asunto: Re: [PHP] acerca de extensiones SQL Server Robert Degen wrote: > I

Re: [PHP] acerca de extensiones SQL Server

2007-07-14 Thread Paul Scott
On Sat, 2007-07-14 at 19:57 +0200, M. Sokolewicz wrote: > That's assuming he wanted specifically MySQL. The OP's post did not > actually state _which_ extension he wants to use, nor to which RDBMS he > wants to connect (at all). To the OP: SQL is simply a language, what you > want is a database

Re: [PHP] acerca de extensiones SQL Server

2007-07-14 Thread Stut
Robert Degen wrote: I think you should install at least php5-mysql and if you're using PEAR's db connection you'll need php-db too. "SQL Server" usually means "Microsoft SQL Server". There is plenty of documentation on the PHP website regarding getting the MSSQL extension installed.

Re: [PHP] acerca de extensiones SQL Server

2007-07-14 Thread M. Sokolewicz
That's assuming he wanted specifically MySQL. The OP's post did not actually state _which_ extension he wants to use, nor to which RDBMS he wants to connect (at all). To the OP: SQL is simply a language, what you want is a database-system which works with that language. There are a lot of good

Re: [PHP] acerca de extensiones SQL Server

2007-07-14 Thread Robert Degen
Hi, I think you should install at least php5-mysql and if you're using PEAR's db connection you'll need php-db too. Robert On Sa, Jul 14, 2007 at 10:39:40 -0400, Lic. Eduardo R. Hern?ndez Osorio wrote: > > > Hi: > > I need use the SQL extension on PHP to connect to any SQL Server d