Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to get printable values from sql system stored proce
Message
General information
Forum:
Visual FoxPro
Category:
Client/server
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
00997506
Message ID:
00997601
Views:
13
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--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform