At 12:28 PM 6/19/2001 -0600, Adrian Pfisterer <[EMAIL PROTECTED]>
wrote:

>I'm implementing a client-server based system whereby a
>server will serve up .pdb databases to PalmOS clients.
>These files may be greater than 64K in size.
>
>I envision my server opening the .pdb file and streaming
>out the bytes onto a socket.  Therefore the bytes in
>the datastream are themselves in the format (specifically,
>already in database format) I want them
>on the device.  The problem I'm having is I can't find
>an API on the device that will let me lay those bytes
>down in the storage heap in the form I read them on
>the socket.

Have you considered ExgDBRead?  I know you're not using the 
Exchange Manager to get your data, but from the documentation, it 
appears that ExgDBRead only needs a function (ReadProc) capable 
of delivering a stream of bytes, which could as easily be coming 
in through NetLib as through ExgReceive.

Let me know if this works!


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