We use codebase (via the .NET CF Framework and p/invoke) on PPC and CE
devices. We are seeing some problems when the files reside on an SD
card.
These errors include (roughly):
====================
Error #: -120
Error#: 90619
Writing to file
file4Write
\Storage Card\ABC\MyFile.dbf
====================
and:
====================
Error #: -20
Error#: 90602
Creating File
file4create
\Storage Card\ABC\MyFile.dbf
====================
It seems that app can usually create the files from scratch, but our
app will do a pack on the files if they previously existed and that is
*one* of the times it erros out (which yileds the first message as I
recall).
Are SD cards sup****ted?
Thanks,
Tom