At 19:16 2002-10-22 -0700, you wrote:
1 The forth parameter of DmDatabaseInfo() is attrbutes
which represents  file stream implementation when the
value is dmHdrAttrStream.  In what condition it occurs
A database is only a file stream if it was created using the FileOpen API. You cannot use the File Streaming API to manipulate arbitrary databases.

 is my question? could you give me an example?
2 Under Cw8, How can I get file stream  of *.txt?
First, you will have had to create the database using FileOpen... you can later reopen it with another FileOpen call. If you have a text file on your PC that you want to sync to the Palm OS device as a file stream database, you can do that by using a tool like par (http://www.djw.org/product/palm/par/index.html). The par documentation gives an example of converting a text file into a file stream. You can sync a file stream PDB file from the PC to your device, but HotSync will not backup a file stream DB back to the PC.

--
Ben Combee <[EMAIL PROTECTED]>
CodeWarrior for Palm OS technical lead
Palm OS programming help @ www.palmoswerks.com


--
For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/


Reply via email to