Truncating the data for TEXT fields in select query.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sdbabultarkar
    New Member
    • Mar 2008
    • 1

    Truncating the data for TEXT fields in select query.

    Hi

    I am using below query to retrive the data

    SELECT RequestDetails
    FROM Request

    Where as RequestDetails is Column with Text datatype.

    I am getting truncated records for select query for RequestDetails column.
    I need to fetch the complete details. Kindly let me know if any one know how it can be done.

    Thanks in advance
    Regards
    Sandeep
  • balame2004
    New Member
    • Mar 2008
    • 142

    #2
    Hi,

    It won't show the complete text when you want to see in Sql browser. Please write a frontend program to show records in grid control. You can see complete string in frontend grid control. Grid control cells should be resizable.

    Regards,
    Balaji U

    Comment

    • dip_developer
      Recognized Expert Contributor
      • Aug 2006
      • 648

      #3
      Originally posted by sdbabultarkar
      Hi

      I am using below query to retrive the data

      SELECT RequestDetails
      FROM Request

      Where as RequestDetails is Column with Text datatype.

      I am getting truncated records for select query for RequestDetails column.
      I need to fetch the complete details. Kindly let me know if any one know how it can be done.

      Thanks in advance
      Regards
      Sandeep
      where are u getting the truncated records..???

      Comment

      Working...