开发者

SQL Compact 4.0 and Entity Framework 4.0: Image/Blob limits?

开发者 https://www.devze.com 2023-02-15 02:45 出处:网络
A while back, I tried using SQL Compact 3.5 SP1 with Entity Framework 4.0. One of the problems I ran into was a size restriction on image/blob objects (something like 8K) that made the type pretty use

A while back, I tried using SQL Compact 3.5 SP1 with Entity Framework 4.0. One of the problems I ran into was a size restriction on image/blob objects (something like 8K) that made the type pretty useless. Does anyone know if this problem has been fixed with the release of SQL Compact 4.0开发者_StackOverflow中文版? In other words, If I am using EF4 with SQL Compact 4.0, what are the size limits of the objects I can store? Thanks for your help.


The binary/varbinary formats are still limited to 8k. But Image can have up to 2^30-1 bytes in the new version.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号