Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Reading memo data in SQL Server
Message
 
 
À
10/04/2007 18:31:12
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
Divers
Thread ID:
01214203
Message ID:
01214206
Vues:
10
>I'm looking at SQL Server data using an ODBC connection and I see a square box (carriage return?) between each letter of text. Why is this happening? I've looked at data in other memo fields and it looks fine. Does this have something to do with unicode (which I'm not familiar with)?

It would happen when a column in SQL Server has type nchar, nvarchar or ntext, which is Unicode. VFP9 has new SYS(987) function that allows to map Unicode to ANSI. In VFP8 you can use STRCONV(6) to convert Unicode.
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform