Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Varchar(max) vs text
Message
General information
Forum:
Microsoft SQL Server
Category:
Other
Environment versions
SQL Server:
SQL Server 2008
Application:
Web
Miscellaneous
Thread ID:
01380598
Message ID:
01380608
Views:
44
You have to map them correctly. Search here in VFP, the problem was discussed already.

>I'm using SQL Server 2008 and the SQL Server Native Client 10.0
>
>I have read repeatedly not to use TEXT fields as they are being deprecated, use varchar(max) instead.
>
>When I use SQLEXEC() to do a simple select * from sometable
>the varchar(max) field always appears as a short empty character field in the resulting cursor.
>If, instead, I use a TEXT field type, the field appears as a memo field in the resulting cursor and the data is there?
>
>Any ideas?
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform