RE: Reading a file stream via conduit...

2003-12-17 Thread Randall Pulsifer
: Reading a file stream via conduit... At 09:30 AM 7/2/2003, Arrow wrote: i'm using CW + POL to write a streaming file in a Palm app, using the POL CFile class (which calls FileOpen,FileWrite,etc) ...the Palm app just reads packets from a serial connection and just needs to save

RE: Reading a file stream via conduit...

2003-12-17 Thread Randall Pulsifer
-palm- [EMAIL PROTECTED] On Behalf Of Randall Pulsifer Sent: Wednesday, December 17, 2003 8:28 PM To: Palm Developer Forum Subject: RE: Reading a file stream via conduit... I've been looking for this info in the conduit forums, but stumbled across it here. It sounds like

Re: Reading a file stream via conduit...

2003-07-02 Thread Ben Combee
At 09:30 AM 7/2/2003, Arrow wrote: i'm using CW + POL to write a streaming file in a Palm app, using the POL CFile class (which calls FileOpen,FileWrite,etc) ...the Palm app just reads packets from a serial connection and just needs to save the data as one big block...henced why i used streaming

Re: Reading a file stream via conduit...

2003-07-02 Thread Arrow
...as always...thanks Ben! Ben Combee [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] At 09:30 AM 7/2/2003, Arrow wrote: i'm using CW + POL to write a streaming file in a Palm app, using the POL CFile class (which calls FileOpen,FileWrite,etc) ...the Palm app just reads packets

RE: Reading a file stream via conduit...

2003-07-02 Thread max
As far as I know files are stored in Palm databases in slightly modified format... __ Best regards, Maks Pyatkovskiy -Original Message- From: [EMAIL PROTECTED] [mailto:bounce-palm-dev- [EMAIL PROTECTED] On Behalf Of Arrow Sent: Wednesday,

Re: Reading a file stream via conduit...

2003-07-02 Thread David Thacker
Ben Combee [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] At 09:30 AM 7/2/2003, Arrow wrote: i read the drawback of using streaming file is that i cannot backup the pdb to PC, is this correct ? File streams are not backed up by the backup conduit, but you can manually back them