Hi, The stream you are trying to open is not a valid Palm stream. To create stream from any type of file use "par" utility which comes with Metrowerks.
For example: To convert text file into valid Palm stream use following command: >par c -a "stream" Ganesh.pdb Ganesh DATA ABCD Document1.txt Here, The "c" argument creates the database, -a "stream" makes it a file stream, Ganesh.pdb is the filename it creates, Ganesh is the name as it will appear on the PDA , DATA is the file type, the ABCD is the creator id, and finally Document1.txt is the file to turn into a database. Now you can use Palm stream APIs... Best luck :) Regards, Ganesh Pisal www.skyscape.com -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/
