RE: [PHP] MS SQL server TEXT column

2002-10-10 Thread John W. Holmes
Make sure you're using POST as your form method and not GET. ---John Holmes... > -Original Message- > From: Vail, Warren [mailto:[EMAIL PROTECTED]] > Sent: Thursday, October 10, 2002 5:04 PM > To: php > Subject: [PHP] MS SQL server TEXT column > > Encount

RE: [PHP] MS SQL server TEXT column

2002-10-10 Thread Vail, Warren
OTECTED]] Sent: Thursday, October 10, 2002 2:01 PM To: Vail, Warren Cc: PHP-General Subject: Re: [PHP] MS SQL server TEXT column Set TEXTSIZE usually does it for me: Make sure that you select a database first and that the connection is not closed between your Set TEXTSIZE op and the actual que

Re: [PHP] MS SQL server TEXT column

2002-10-10 Thread Marco Tabini
Set TEXTSIZE usually does it for me: Make sure that you select a database first and that the connection is not closed between your Set TEXTSIZE op and the actual query. If you are not specifying a connection in you mssql_query statement, make sure that you haven't opened a different connection

[PHP] MS SQL server TEXT column

2002-10-10 Thread Vail, Warren
Encountered the following problem with the Microsoft SQL Server interface. I am not sure where the problem exists, but I am looking for a workaround. I inserted a row into a table that contained a text column, and inserted over 5kb string into the text field. On retrieving the row the server ret