> I'm using the FileStreams library to open a .pdb file that I've > generated using a pdb converter called makedoc. When I attempt to open > the file using FileOpen() I get error 0x1611: > fileErrorInvalidDescriptor.
FileStreams are a special kind of database. They have a bit set in their headers. You can't use the FileStream API to read out the contents of a "regular" database. If you want to "flatten" a database into a prc or pdb file, use ExgDBWrite. -- Danny @ PalmSource -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
