Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to get printable values from sql system stored proce
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
MS SQL Server
Divers
Thread ID:
00997506
Message ID:
00997601
Vues:
12
This message has been marked as the solution to the initial question of the thread.
>I get the same columns, after issuing the command, and then browsing, there is a memo column called text (which is the default value built into the schema for that field) and it has jibberish in mine (vfp 8) I haven't tried it in 9 to see if translate it better.

Kirk,

You can use STRCONV() to conver it from Unicode.
? STRCONV(text,10)
BTW, I can only get correct values in VFP9. In VFP8SP1 nothing comes over in 'text' and 'text1' columns and "No update tables are specified. Use the Tables property of the cursor" error is generated every time I try to access either of those columns.
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform