From: "Davi Lopes Carvalho" <[EMAIL PROTECTED]>
> I am creating a PDB on Sattelite Forms and I am trying 
> to read this PDB using C with GCC.
> 
> I did a table just with one char[50] column. And I 
> noticed that sattelite puts a UInt8 first and after that 
> value of the column. The UInt8 seems to be the lenght of 
> the string that comes next. After this I did a table 
> only with one numeric column, but I couldn't retrieve 
> the value of the rows the I inserted with Sattelite.
>
What did you retrieve?  Reading PDB's in this way generally
involves a little hex arithmatic and some guesswork.  Have 
you taken the byte-ordering issues into account?

Your best bet might be to start with one of the standard PDB
reading tools to see what that reports as the contents of the
record.

Chris Tutty

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

Reply via email to