nothing retrieved from ntext data type?

Ask a Question related to ASP Database, Design and Development.

  1. #1

    Default Re: nothing retrieved from ntext data type?

    Possibly this? [url]http://support.microsoft.com/?kbid=200124[/url]

    If not that, what code?

    Ray at work

    "s" <anonymous@discussions.microsoft.com> wrote in message
    news:F189933B-9C1C-4DA7-AB5D-50E74368BAD5@microsoft.com...
    > After querying a table with an ntext data type using ADO, I get no data
    from it. I've seen where getchunk should be used, however I've successfully
    retrieved data from ntext without this method previously. Whats happening
    here?


    Ray at Guest

  2. Similar Questions and Discussions

    1. Converting data type varchar to data type money
      Hi all, Tearing my hair out trying to figure this out. If anyone can provide any help i would greatly appreciate it. When I try to do an insert...
    2. How do I change data retrieved from db before sending it out to client
      I'm new to dotnet. This might not be the right place to post my question, if so, accept my apoligies and please redirect me to the correct group. ...
    3. Sometime only one data can retrieved
      Hi, I developed web application with ASP, it was running well before we changed to use new server. After we started using new server since last...
    4. Changing image type to ntext via ALTER TABLE
      Hi Is there any way that we can change the data type of a column from 'image' type to 'ntext' via the ALTER TABLE command? Thanks
    5. Converting image type to ntext
      Hi! I need to convert image type of Column(/field) to nText type. I am able to do this by going n changing through the Design table, ie converting...
  3. #2

    Default Re: nothing retrieved from ntext data type?

    See [url]http://www.aspfaq.com/2188[/url].

    If that doesn't help, show your code, and tell us the versions of your
    software (IIS/ASP, SQL Server, MDAC).

    --
    Aaron Bertrand
    SQL Server MVP
    [url]http://www.aspfaq.com/[/url]




    "s" <anonymous@discussions.microsoft.com> wrote in message
    news:F189933B-9C1C-4DA7-AB5D-50E74368BAD5@microsoft.com...
    > After querying a table with an ntext data type using ADO, I get no data
    from it. I've seen where getchunk should be used, however I've successfully
    retrieved data from ntext without this method previously. Whats happening
    here?


    Aaron Bertrand - MVP Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139