Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Database & SysAdmin
  3. Database
  4. Sql statement error with ntext field

Sql statement error with ntext field

Scheduled Pinned Locked Moved Database
databasehelpquestionannouncement
6 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    MJay
    wrote on last edited by
    #1

    select itemlookupcode,extendeddescription from item where itemlookupcode = '14010006' the extendeddesription data type is ntext i get the error when executing the command An error occurred while executing query: Page (1:735), slot 40 for text, ntext, or image node does not exist. i cannot even execute the delete and update statement to amend this row, any1 can help me?:(

    M A 2 Replies Last reply
    0
    • M MJay

      select itemlookupcode,extendeddescription from item where itemlookupcode = '14010006' the extendeddesription data type is ntext i get the error when executing the command An error occurred while executing query: Page (1:735), slot 40 for text, ntext, or image node does not exist. i cannot even execute the delete and update statement to amend this row, any1 can help me?:(

      M Offline
      M Offline
      Mike Ellison
      wrote on last edited by
      #2

      Is this article applicable to your issue? http://support.microsoft.com/default.aspx?scid=kb;en-us;320434&sd=tech[^]

      M 1 Reply Last reply
      0
      • M Mike Ellison

        Is this article applicable to your issue? http://support.microsoft.com/default.aspx?scid=kb;en-us;320434&sd=tech[^]

        M Offline
        M Offline
        MJay
        wrote on last edited by
        #3

        no... i upgraded to SQL 2000 SP 4, the problem still occur...:((

        M 1 Reply Last reply
        0
        • M MJay

          select itemlookupcode,extendeddescription from item where itemlookupcode = '14010006' the extendeddesription data type is ntext i get the error when executing the command An error occurred while executing query: Page (1:735), slot 40 for text, ntext, or image node does not exist. i cannot even execute the delete and update statement to amend this row, any1 can help me?:(

          A Offline
          A Offline
          albCode
          wrote on last edited by
          #4

          try by converting column extendeddescription into varchar select itemlookupcode,Convert(varchar,extendeddescription) as description from item where itemlookupcode = '14010006'

          M 1 Reply Last reply
          0
          • A albCode

            try by converting column extendeddescription into varchar select itemlookupcode,Convert(varchar,extendeddescription) as description from item where itemlookupcode = '14010006'

            M Offline
            M Offline
            MJay
            wrote on last edited by
            #5

            Albanian wrote:

            try by converting column extendeddescription into varchar select itemlookupcode,Convert(varchar,extendeddescription) as description from item where itemlookupcode = '14010006'

            Still cannot solve the problem, below is the Error Return by Query Analyzer: Server: Msg 7105, Level 22, State 6, Line 1 Page (1:26314), slot 66 for text, ntext, or image node does not exist. Connection Broken Any1 can help me please??:((

            1 Reply Last reply
            0
            • M MJay

              no... i upgraded to SQL 2000 SP 4, the problem still occur...:((

              M Offline
              M Offline
              Mike Ellison
              wrote on last edited by
              #6

              Well then, here's another possibility: http://support.microsoft.com/kb/890755[^] Incidentally, I have found these by Googling for the following: Page slot for text, ntext, or image node does not exist. so if the technote doesn't apply for you, you may want to Google the above phrase yourself and see what you can get.

              1 Reply Last reply
              0
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              • Login

              • Don't have an account? Register

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • World
              • Users
              • Groups