Can't update NTEXT field on SQL2K...HELP!

X

XMan

Just porting the back-end to SQL2K tonight and ran into this major problem...When I try to update an NTEXT data type field I'm getting ODBC error from SQL2K saying this:

[Microsoft][ODBC SQL Server Driver][SQL Server]The text, ntext, and image data cannot be compared or sorted, except when using IS NULL or LIKE operator. [#306]

Is there a way to fix this? TIA.
 
X

XMan

BTW, I'm using the trial version of SQL2K and Access97 SR-1. I'm not sure if there's a limitation on updating NTEXT data type from Access. I don't think so. I think it's with Access.
Just porting the back-end to SQL2K tonight and ran into this major problem...When I try to update an NTEXT data type field I'm getting ODBC error from SQL2K saying this:

[Microsoft][ODBC SQL Server Driver][SQL Server]The text, ntext, and image data cannot be compared or sorted, except when using IS NULL or LIKE operator. [#306]

Is there a way to fix this? TIA.
 
M

Michel Walsh

Hi,


What Jet calls Text, MS SQL Server call it a varchar. What MS SQL Server
call a Text, Jet calls it a Memo. You can't group by on Memo in Jet, you
can't group by on Text in MS SQL Server. Access is not the problem, the
problem is that when you change of language, you should be cautious of
"false friend", words that are the same, but used completely differently, if
not completely the opposite, like "inflammable" in French (meaning
something you can, able, to put flame-in, flame into it ) and in English (
where in does not mean into, but means not, like something which is not
flammable). Text is one of these false friend between Jet and MS SQL
Server. Access is just the middle man, you were reedy to hang the wrong
culprit.


Hoping it may help,
Vanderghast, Access MVP


Just porting the back-end to SQL2K tonight and ran into this major
problem...When I try to update an NTEXT data type field I'm getting ODBC
error from SQL2K saying this:

[Microsoft][ODBC SQL Server Driver][SQL Server]The text, ntext, and image
data cannot be compared or sorted, except when using IS NULL or LIKE
operator. [#306]

Is there a way to fix this? TIA.
 
M

Mike Sherrill

On Thu, 13 Nov 2003 06:38:45 -0500, "Michel Walsh"

[snip]
when you change of language, you should be cautious of
"false friend", words that are the same, but used completely differently, if
not completely the opposite, like "inflammable" in French (meaning
something you can, able, to put flame-in, flame into it ) and in English (
where in does not mean into, but means not, like something which is not
flammable).

"Inflammable" seems to be a doubly false friend . . .
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top