edb field size limits
- From: "rick" <rickkozak@xxxxxxxxxxx>
- Date: 8 Nov 2005 10:37:33 -0800
Maybe I'm just stupid, but in case this saves someone else a couple of
hours...
In converting my app from using CEDB to EDB, I ran across some odd
behavior that turns out to be caused by the new size limitations as
defined here:
http://whidbey.msdn.microsoft.com/library/default.asp?url=/library/en-us/wcedata5/html/wce50conedbdatatypessizelimits.asp
The hilite being that you can't have strings longer than 4K characters
or blobs longer than 8K bytes in EDB vs. the old 64K byte limit in
CEDB.
The solution is to use the new CEVT_STREAM type, which supports blobs
of up to 32MB, or basically infinite :-)
.
- Prev by Date: Re: How to read memory-mapped I/O ports?
- Next by Date: Re: How to determine the DeviceType on PC using ActiveSync/RAPI?
- Previous by thread: Re: play wav or mp3 files
- Next by thread: RE: WM 5.0 - PocketPC - cesetupdll functions are not invoked
- Index(es):
Relevant Pages
|