RE: [PHP] About MS SQL Connections...

2008-06-04 Thread Lic. Eduardo R. Hernández Osorio
ECASA s.a. Aeropuerto Internacional "Frank País García" Tel: (53) (24) 474569 email: [EMAIL PROTECTED] "...de buenas intenciones está empedrado el camino al infierno..." -Mensaje original- De: Dan Joseph [mailto:[EMAIL PROTECTED] Enviado el: 03 June 2008 13:47 Para: PHP

Re: [PHP] About MS SQL Connections...

2008-06-03 Thread Dan Joseph
On Tue, Jun 3, 2008 at 1:43 PM, Lic. Eduardo R. Hernández Osorio < [EMAIL PROTECTED]> wrote: > Hello. > > I have a problem with a Desktop Edition MS SQL Server servant, when I try > to get connected to crosswise of PHP functions to this, it provokes an > error and I can not achieve the connection

RE: RE: RE: [PHP] About MS SQL

2001-04-30 Thread Hassan Arteaga
No..is on Win98 with Persnal Web Server PC. Regards !! -Original Message- From: Matthew Ralston [mailto:[EMAIL PROTECTED]] Sent: Monday, April 30, 2001 12:32 PM To: [EMAIL PROTECTED] Subject: Re: RE: RE: [PHP] About MS SQL you might have to restart your webserver/php if it's a

Re: RE: RE: [PHP] About MS SQL

2001-04-30 Thread Matthew Ralston
you might have to restart your webserver/php if it's apache you might need to recompile it or something...i've not compiled php into apache before...am using it as a cgi...so i'm not sure -- Thanks, Matt [EMAIL PROTECTED] < www.mralston.co.uk /> Hassan Arteaga <[EMAIL PROTECTED]> wrote in messa

RE: RE: RE: [PHP] About MS SQL

2001-04-30 Thread Hassan Arteaga
I did it ..But nothing Thanks !!! -- 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]

Re: [PHP] About MS SQL

2001-04-30 Thread Matthew Ralston
e the job with ODBC functions but I would like to use SQL > function !! > > thanks !!! > > -Original Message- > From: Romulo Pereira [mailto:[EMAIL PROTECTED]] > Sent: Monday, April 30, 2001 11:38 AM > To: [EMAIL PROTECTED] > Subject: RE: [PHP] About MS SQL > &g

RE: [PHP] About MS SQL

2001-04-30 Thread Hassan Arteaga
: Monday, April 30, 2001 11:38 AM To: [EMAIL PROTECTED] Subject: RE: [PHP] About MS SQL Hello, Your php.ini is not configured correctilly. That is what is doing the php to do not include the MsSQL functions to the php api. Open your php.ini file and find (and correct) the section below

RE: [PHP] About MS SQL

2001-04-30 Thread Hassan Arteaga
Thaks Romulo..but I think I have MS SQL the only problem that I talking about MS SQL 2000..What can I do ? ___ ;Windows Extensions ;Note that MySQL and ODBC support is now built in, so no dll is needed for it. ; extension=php_mssql70.dll _ Thanks !!! -- M. S

Re: [PHP] About MS SQL

2001-04-30 Thread Matthew Ralston
Think you might need to enable the ms sql server module in the php.ini file. -- Thanks, Matt [EMAIL PROTECTED] < www.mralston.co.uk /> Hassan Arteaga <[EMAIL PROTECTED]> wrote in message 7F548E90E63BD1118E4600609707771F8BEFF9@goliath">news:7F548E90E63BD1118E4600609707771F8BEFF9@goliath... Hi al