par
charabia » 15 févr. 2006, 15:16
C'est une requête plus que basique :
Sachant que theme contient un texte normal, une tite ligne.
Son type est ntext et c'est sous SQL SERVER 2005.
Voici l'erreur quand je fait directement la requête dans Microsoft SQL Server Management Studio Express :
Msg 306, Level 16, State 2, Line 1
The text, ntext, and image data types cannot be compared or sorted, except when using IS NULL or LIKE operator.
C'est une requête plus que basique :
[code]SELECT * FROM faq_theme ORDER BY theme ASC[/code]
Sachant que theme contient un texte normal, une tite ligne.
Son type est ntext et c'est sous SQL SERVER 2005.
Voici l'erreur quand je fait directement la requête dans Microsoft SQL Server Management Studio Express :
[color=red]Msg 306, Level 16, State 2, Line 1
The text, ntext, and image data types cannot be compared or sorted, except when using IS NULL or LIKE operator.[/color]