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 > > Encountered the following problem with

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