RE: [PHP] PHP + MSSQL win32 / SOLVED

2005-01-13 Thread Vincent DUPONT
Hello, I found the problem about my last message (see below). This relates to a bug in 4.3.10 release with MSSQL extension Bug #31372 I downgraded to PHP 4.3.8 and the problem was solved. Thank you for your attention and replies Vincent -Original Message- From: Vincent DUPONT Sent: me

Re: [PHP] PHP + MSSQL Problem

2004-12-20 Thread Richard Lynch
Alaor Barroso wrote: > I changed the php.ini and enabled the support for > MSSQL and now i can connect without errors, BUT when > make an query to an table the query return NO MATCHES, > i have sure that the SQL line is correct (i already > used it on(or in? i don't know the difference =P) > other

Re: [PHP] [PHP - MSSQL]: Problem with mssql_connect

2003-09-18 Thread Ongart Wongsanupa
I did it already,. but that's not help thank for advice.. "Larry Li" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] . > Change MS SQL SERVER Authentication's type to SQL Server and Windows > instead of windows only. > > > > > > > > > "Ongart Wongsanupa" <[EMAIL PROTECTED]> > 09/18/20

Re: [PHP] [PHP - MSSQL]: Problem with mssql_connect

2003-09-18 Thread Larry_Li
Change MS SQL SERVER Authentication's type to SQL Server and Windows instead of windows only. "Ongart Wongsanupa" <[EMAIL PROTECTED]> 09/18/2003 04:25 PM To: [EMAIL PROTECTED] cc: Subject:[PHP] [PHP - MSSQL]: Problem with mssql_connect Please help

Re: [PHP] PHP & MSSQL Images

2003-08-14 Thread Curt Zirzow
* Thus wrote [EMAIL PROTECTED] ([EMAIL PROTECTED]): > ... > > The following is the tag inserted to my webpage: > > View the source of this image to see if any php errors are being displayed. Curt -- "I used to think I was indecisive, but now I'm not so sure." -- PHP General Mailing List (

RE: [PHP] PHP - mssql

2002-03-20 Thread Mark Roedel
> -Original Message- > From: chris [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, March 20, 2002 3:38 AM > To: [EMAIL PROTECTED] > Subject: [PHP] PHP - mssql > > > $link = mssql_connect($hostname,$username,$password); > $dblink = mssql_select_db($dbname, $link); > if ( $link && $dblink