>I've been trying to create apps and database on Palm from prc. and .pdb
>image which I get it through TCP/IP. I'm using
>DmCreateDatabaseFromImage() function but inherently does not work for
>images bigger than 64K. Anybody know how to overcome that limit? Or I'm
>stuck with solution that I'll have to translate the images bit by bit?

Use ExgDBRead.  If you've got some way to stream it in, ExgDBRead will
parse it and turn it into a database.  That's how beaming works... the
packets come in over IR, and ExgDBRead just calls a routine supplied by the
IR library to read the data in smallish chunks.  You'd do the same thing
that the IR library is doing, essentially.

-David Fedor
Palm, Inc.

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to