|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
long text not displayed
hello,
I have problem and i really don't know what is wrong. someone gave me een DB (.bak) and i restored it in MS SQL Server. Everything looked normal. In the DB, there is a table with a column ntext(16) and some other columns (id,...). When i look in the Enterprise manager i see <long text> in the column ntext. What is normal i think. But when i try to display (ASP - select * from) the table in the browser everything is reproduced well, except the column with the long text. It seems to be empty! (also in the source code). But when i do a search on a word in the text (where text like '%word%'), there are displayed some records!! so it can't be empty, no?? here also, i see everything of the records, except the long text. can anyone help me? |
|
#2
|
||||
|
||||
|
This is an ASP problem, not a SQL server problem. Are you sure you have the latest SQL client drivers on the webserver. Perhaps you can try casting that column as varchar in the SQL select statement and see if something shows up.
__________________
Up the Irons What Would Jimi Do? Smash amps. Burn guitar. Take the groupies home. "Death Before Dishonour, my Friends!!" - Bruce D ickinson, Iron Maiden Aug 20, 2005 @ OzzFest Down with Sharon Osbourne Puzzle of the Month solved by sizeablegrin, etienne141 and L7Sqr, superior C/C++ programmers of the month |
|
#3
|
||||
|
||||
|
Quote:
euhmm, i don't know. I only downloaded the SQL Server trial software. What do i have to download besides that? Quote:
can you give me a little hint how to do that? barbara |
![]() |
| Viewing: Dev Shed Forums > Databases > MS SQL Development > long text not displayed |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|