RE: Reading a file stream via conduit...

2003-12-17 Thread Randall Pulsifer
L PROTECTED] [mailto:bounce-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 s

RE: Reading a file stream via conduit...

2003-12-17 Thread Randall Pulsifer
M > To: Palm Developer Forum > Subject: Re: 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) >

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

RE: Reading a file stream via conduit...

2003-07-02 Thread max
ow > Sent: Wednesday, July 02, 2003 7:31 AM > To: Palm Developer Forum > Subject: Reading a file stream via conduit... > > 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 pac

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

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 fi

Reading a file stream via conduit...

2003-07-02 Thread Arrow
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 file... ...for my conduit, using CDK