Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Accessing SQL table memo field via remote view
Message
 
 
To
20/06/2005 20:07:12
Ernie Veniegas
Micro System Solutions, Inc.
Calistoga, California, United States
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Database:
MS SQL Server
Miscellaneous
Thread ID:
01024938
Message ID:
01024999
Views:
28
Either use STRCONV(,6) on the memo field in the view or use CAST() function in the SELECT to convert from UNICODE to ANSI.

>Oh, I see. But I'm not sure I understand how to implement your suggestion. I tried "Select strconv(email,6) from rvCustomer" but I still only get the first character of whatever's in the field. Should I be using STRCONV() in conjunction with something else? I don't know how to do this.
>
>>There're no memo data types in the MS SQL Server. A text data can be stored in numerous character data types:
>>ANSI - char, varchar, text
>>UNICODE - nchar, nvarchar, ntext
>>
>>Based on your description, it's one of Unicode character data types. You can use STRCONV(,6) to conver Unicode data to ANSI.
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform