Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
The text, ntext, and image data types are invalid in thi
Message
 
 
À
18/08/2008 15:37:47
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01339652
Message ID:
01339669
Vues:
12
This message has been marked as the solution to the initial question of the thread.
Remove * from your EXISTS statements. The purpose of EXISTS is to check if the query satisfies certain criteria, not to actually select fields.

>the field canccomm in ttable is text and the fields vhfeature and vhnotes in vtable are text...
>
>
>
>>Which field(s) is/are text?
>>BTW LEN() doesn't count trailing spaces, so
>>
>>LEN(LTRIM(RTRIM(model))) = 0
>>is the same as
>>LEN(model) = 0
>>
>>>The below query returns this error: The text, ntext, and image data types are invalid in this subquery or aggregate expression
If it's not broken, fix it until it is.


My Blog
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform