Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Accessing SQL table memo field via remote view
Message
 
 
À
20/06/2005 20:07:12
Ernie Veniegas
Micro System Solutions, Inc.
Calistoga, Californie, États-Unis
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 8 SP1
OS:
Windows XP SP2
Database:
MS SQL Server
Divers
Thread ID:
01024938
Message ID:
01024999
Vues:
26
Either use STRCONV(,6) on the memo field in the view or use CAST() function in the SELECT to convert from UNICODE to ANSI.

>Oh, I see. But I'm not sure I understand how to implement your suggestion. I tried "Select strconv(email,6) from rvCustomer" but I still only get the first character of whatever's in the field. Should I be using STRCONV() in conjunction with something else? I don't know how to do this.
>
>>There're no memo data types in the MS SQL Server. A text data can be stored in numerous character data types:
>>ANSI - char, varchar, text
>>UNICODE - nchar, nvarchar, ntext
>>
>>Based on your description, it's one of Unicode character data types. You can use STRCONV(,6) to conver Unicode data to ANSI.
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform