Well I had issues compiling pdbc on Linux, and all was resolved changing de EOL on all files, from \r\n to \n.
About the records and fields, the Palm DB doesn´t stores the records in form of fields or something alike, you just have a single record, the access to the "fields" has to be done based on a struct that you define, or searching for an user defined record separator, you can use \0 and split your record by \0, and that way you have your fields, if you use a fixed length field/record size the use of structures could be a better aproach, but is up to you. Hope this helps. Eduardo Orea "Gnadinger, David" <[EMAIL PROTECTED]> escribió en el mensaje news:[EMAIL PROTECTED] > I'm still beating my head against the wall. I could not get pdbc to > compile on my SCO unix system. > > I got PDBMake to compile, but it does not split my records into fields. > Each record goes into the pdb file as one field. I couldn't rework the > code because I don't know how to describe the fields in a record and > haven't found the answer to that one yet. > > Also I could not get PAR loaded to try it. The file that I downloaded is > prc0004.tar. I tried using the Cygwin version of tar, and I also tried > using the SCO unix version of tar. Neither would recognize it as a tar > file. Any thoughts, anyone? > > I am truly batting 1000! :o) > > Thanks. > -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
