Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL Native Client
Message
From
18/01/2006 06:00:44
 
General information
Forum:
Visual FoxPro
Category:
XML, XSD
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows 2000 SP4
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01087361
Message ID:
01087879
Views:
11
This message has been marked as the solution to the initial question of the thread.
Hello,

if I remember correctly the ODBC driver returns 0 as the display size of a column with type XML.

run a ODBC trace and look for:
SQLColAttribute - SQL_DESC_DISPLAY_SIZE (or SQL_COLUMN_DISPLAY_SIZE)

FoxPro doesn't handle this correctly and thinks it's an empty column.

You can use SQLEXECEX from download #28338.
It maps the XML type correctly to a memo field.

Regards
Christian
Previous
Reply
Map
View

Click here to load this message in the networking platform