Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Special characters from sql
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01133450
Message ID:
01133454
Vues:
14
>Alright I'm desperate, I've got a table with a bunch of data in it, and whenever I select it to import into a dbase table I get those blocks between each letter, I cant seem to get rid of it.

It sound like data is stored in unicode (nchar, nvarchar or ntext) on SQL Server for those fields. By default, VFP9 will bring it back as unicode. You can use SYS(987, .T.) so it'll be converted to ANSI by ODBC driver.
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform