Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Special characters from sql
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01133450
Message ID:
01133454
Views:
13
>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--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform