Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Storing XML in SQLServer text field
Message
 
 
To
24/10/2006 12:33:45
General information
Forum:
Visual FoxPro
Category:
XML, XSD
Miscellaneous
Thread ID:
01164004
Message ID:
01164118
Views:
9
>Why does it become easier in VFP9? I can upgrade the project if I need to.

Hi Margaret,

The text column may work for you if you can be sure that no code page translation will occur between VFP and SQL Server. It most likely will be the case if you're only using Windows-1252 (default) code page and SQL Server is configured accordingly.

The image data type by default is mapped in VFP to general field in views and SPT. In views you can change mapping to a Memo but in SPT it's not possible. VFP9 has new blob data type and image can be maped to it in both cases.
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform