viewing contents of field type "long text"

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Paul Thakur

    viewing contents of field type "long text"

    I am writing vbscript code in an .asp page. I need to display field values
    from a sql table consisting of several fields, one of them is of type "Long
    Text". This field contains XML data. I like to be able to assign vale of
    this field to a variable, display it and write out a text file using file
    streaming object.

    When I set a variable to this field, the data is truncated. I am using
    "Recordset" object, is that not an appropriate type to retrieve <long Text>
    fields.

    Any help will be appreciated.
    Thanks,
    Paul


  • Aaron [SQL Server MVP]

    #2
    Re: viewing contents of field type &quot;long text&quot;



    --
    Please contact this domain's administrator as their DNS Made Easy services have expired.

    (Reverse address to reply.)




    "Paul Thakur" <pthakur@apsc.c om> wrote in message
    news:eXTREeYtEH A.2516@TK2MSFTN GP11.phx.gbl...[color=blue]
    > I am writing vbscript code in an .asp page. I need to display field values
    > from a sql table consisting of several fields, one of them is of type[/color]
    "Long[color=blue]
    > Text". This field contains XML data. I like to be able to assign vale of
    > this field to a variable, display it and write out a text file using file
    > streaming object.
    >
    > When I set a variable to this field, the data is truncated. I am using
    > "Recordset" object, is that not an appropriate type to retrieve <long[/color]
    Text>[color=blue]
    > fields.
    >
    > Any help will be appreciated.
    > Thanks,
    > Paul
    >
    >[/color]


    Comment

    Working...