Results 1 to 3 of 3

Thread: Truncated fields

  1. #1
    Liz Guest

    Truncated fields

    Hi!

    In the results of our queries, the datas in the fields are truncated to 255 chars.

    Is there a parameter to change to get the entire field? Their format is varchar 8000 and the fields are longer than 255 characters in the db.

    Thanks for your help.




  2. #2
    jason Guest

    Truncated fields (reply)

    where are you displaying these results? if it's in query analyzer, 255 is the default length of columns in the result set, just make that bigger in your tools>options tab


    ------------
    Liz at 4/11/01 11:50:55 AM

    Hi!

    In the results of our queries, the datas in the fields are truncated to 255 chars.

    Is there a parameter to change to get the entire field? Their format is varchar 8000 and the fields are longer than 255 characters in the db.

    Thanks for your help.




  3. #3
    Guest

    Truncated fields (reply)

    I display the results with php on web pages. So it's not a query analyzer problem.



    ------------
    jason at 4/11/01 12:00:30 PM

    where are you displaying these results? if it's in query analyzer, 255 is the default length of columns in the result set, just make that bigger in your tools>options tab


    ------------
    Liz at 4/11/01 11:50:55 AM

    Hi!

    In the results of our queries, the datas in the fields are truncated to 255 chars.

    Is there a parameter to change to get the entire field? Their format is varchar 8000 and the fields are longer than 255 characters in the db.

    Thanks for your help.




Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •