On Fri, 5 Jul 2002, ThuNguyet Nguyen wrote: > > I need know any manner of send a .PDB file to a Server via Socket. I tryed > > File Streaming API, but this not work, Do you know other manner ? > Have you tried Exchange manager? I use that for transfering files between > Palm and PC. Exchange manager converts between the file format on PC and > the database on Palm. I only use File Streaming as a very big buffer on Palm.
this probably wouldn't help unless the PC understands the exchange manager. what needs to happen here is that the PDB needs to be "mirrored" piece by piece over a simple byte transmission (ie: ftp). on way to do this (as a hack) is to get the address of the pdb file and copy byte for byte, or, manually generate the .pdb file in a raw stream which is sent to the "receiving" client. :) fun stuff.. // az [EMAIL PROTECTED] http://www.ardiri.com/ http://www.mobilewizardry.com/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
