RE: [PHP-WIN] Weird PHP Problem

2002-11-27 Thread Matt Kynaston
; To: [EMAIL PROTECTED] > Subject: Re: [PHP-WIN] Weird PHP Problem > > > SQL Server is notorious for is fair amount of bugs... With that in > prespective i must ask: > > a) Are you reading the fields in EXACTLY the same order as > they appear > in the filed list in

Re: [PHP-WIN] Weird PHP Problem

2002-11-27 Thread Zaid Al-Hamdoon
Are you saying that you've defined the the field as VARCHAR(4000)? I thought VARCHAR only went up to 255? Ok...Using newest version of PHP on an NT IIS machine with a SQL 2000 database. Here is the issue: I have a nvarchar field with a size of 4000. I submit a text string from a form to thi

Re: [PHP-WIN] Weird PHP Problem

2002-11-27 Thread Luis Ferro
SQL Server is notorious for is fair amount of bugs... With that in prespective i must ask: a) Are you reading the fields in EXACTLY the same order as they appear in the filed list in the SQL Server Enterprise Manager? [SQL Server will return damaged results if one tries to read strings in a dif

RE: [PHP-WIN] Weird PHP Problem

2002-11-27 Thread Rich Gray
When you say the 'first part of the string' do you mean it returns only the string up to the 1st space character? Can you provide an example with code? -Original Message- From: Becky Gruebmeyer [mailto:[EMAIL PROTECTED]] Sent: 27 November 2002 11:24 To: [EMAIL PROTECTED] Subject: [PHP-WIN]