Re: VFS Volume error

2003-01-31 Thread Aaron Ardiri
> It is perfectly reasonable to view "palm databases" as files, > though with a special set of API's to read/write/find/create etc. they are files in themselves, but, the difference is the FileStreaming API's were written on top of the memory based databases. they were never officially doc

Re: VFS Volume error

2003-01-31 Thread Stringer
>Subject: Re: VFS Volume error >From: "Aaron Ardiri" <[EMAIL PROTECTED]> > >> thanks, and for the files stream?? > >what part of 'file stream are in ram' dont you understand? :) file >streams are implemented using ram record databases, i posted

Re: VFS Volume error

2003-01-30 Thread Aaron Ardiri
> thanks, and for the files stream?? what part of 'file stream are in ram' dont you understand? :) file streams are implemented using ram record databases, i posted info on the format many times to this forum. and, VFS routines dont work for anything BUT *external* storage cards. there is no suc

Re: VFS Volume error

2003-01-30 Thread Rodolphe Bréjaude
thanks, and for the files stream?? - Original Message - From: "Jeff Wheeler" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Wednesday, January 29, 2003 7:02 PM Subject: RE: VFS Volume error Rodolphe Bréjaude wrote: >> Is

RE: VFS Volume error

2003-01-29 Thread Jeff Wheeler
Rodolphe Bréjaude wrote: >> Is it possible to create file with VFS on the Palm itself, >> not in the SD card? No, not that I know of. VFS provides access to a file system on storage cards, not what I call "main memory." Jeff -- For information on using the Palm Developer Forums, or to uns

Re: VFS Volume error

2003-01-29 Thread Rodolphe Bréjaude
Just a Question on VFS : Is it possible to create file with VFS on the Palm itself, not in the SD card? Thanks - Original Message - From: "Jeff Wheeler" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Wednesday, January 29, 2003

RE: VFS Volume error

2003-01-29 Thread Jeff Wheeler
Nicholas Pleis wrote: >> I'm having some intermittent problems with VFS. >> Under certain conditions (that I have not been able to >> reproduce) I am receiving error code >> vfsErrVolumeBadRef from calls to VFSFileOpen(). >> >> ... >> >> Under certain circumstances (The closest I've come >> to re

Re: VFS Volume error

2003-01-29 Thread Jan Slodicka
> I'm having some intermittent problems with VFS. Under > certain conditions (that I have not been able to > reproduce) I am receiving error code > vfsErrVolumeBadRef from calls to VFSFileOpen(). > > I obtain the VFS Volume number from a enumeration on > the card. I complete the enumeration and onc