RE: [PHP] PHP + MSSQL win32 / SOLVED

2005-01-13 Thread Vincent DUPONT
: mercredi 12 janvier 2005 21:54 To: php-general@lists.php.net Subject: [PHP] PHP + MSSQL win32 Hi I try to use PHP with MSSQL on a WINXP station. Usually, on win32 systems this works very well, but today I can't understand the problem. I can connect and execute SELECT statements When

[PHP] PHP + MSSQL win32

2005-01-12 Thread Vincent DUPONT
Hi I try to use PHP with MSSQL on a WINXP station. Usually, on win32 systems this works very well, but today I can't understand the problem. I can connect and execute SELECT statements When I try to INSERT , DELETE or UPDATE a record, I have a PHP ERROR, and a MSSQL error "code 15457" in

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

[PHP] PHP + MSSQL Problem

2004-12-18 Thread Alaor Barroso
Hello guyz, sorry my bad english, im brazilian and i'll try to write in english... I use actually PHP 5.02 with MySQL in my site, but now i have to access an external server that use MS SQL Server running at windows 2000 server edition, firtly i tried to connect and it fails, because i don't have

[PHP] php/mssql character limit?

2004-03-05 Thread Ben Ramsey
Anyone know of any kind of character limit in php or mssql (yes, Microsoft SQL Server) for entering long text into a text column (of around 4,055 characters in length--that's where it's cutting off)? -- Regards, Ben Ramsey http://benramsey.com http://www.phpcommunity.org/wiki/People/BenRamsey

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

2003-09-18 Thread Ongart Wongsanupa
; > > "Ongart Wongsanupa" <[EMAIL PROTECTED]> > 09/18/2003 04:25 PM > > To: [EMAIL PROTECTED] > cc: > Subject:[PHP] [PHP - MSSQL]: Problem with mssql_connect > > > > Please help!... > I have to use 'apache+php

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 mss

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

2003-09-18 Thread Ongart Wongsanupa
Please help!... I have to use 'apache+php' connect to MSSQL Server 2000 in Windows Server 2003, but there are problem. Computer A: Windows Server 2003 Enterprise, MSSQL Server 2000 Enterprise, Computer B: Windows XP Professional, Apache, php ( Web Server ) Computer A <-- network -> Compu

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 (

[PHP] PHP & MSSQL Images

2003-08-12 Thread Chris . Jones
Hey .. I am having a problem when i try to pull an image that has been stored in MS SQL Server from displaying properly. I know, its a waste of space to store the actual image in SQL, but this is the way it needs to be done to be compatible with some of the other systems. Anyway, if you have

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, $lin

[PHP] PHP - mssql

2002-03-20 Thread chris
Hi. I have a table that contains lots of names in mssql. and i want to make a page where each of theese individuals can login with that spesific username and password. So my question is : what is the proper (best) command to use for sending and returning the info? This is not working... i have