문제

I have a compact framework device that has a fingerprint scanner. It's used to store Fingerprints as BLOBs in SQLite. Due to various reasons I need to move the data to SQLCE. What data type would I use? varbinary or image?

도움이 되었습니까?

해결책

Image, as the max size for varbinary with sql ce is 8000 bytes, image max is 1 GB

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top