2
votes

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? 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.

1

1 Answers

0
votes

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