Griggs, Donald wrote: > Hi Alex > > I can't answer your specific questions, but I presume you've already > studied the file format document (most recently mentioned by Roger > Binn's recent post): > > http://www.sqlite.org/fileformat.html > Yes I did read through that, but I didn't see what I was looking for. Is there a list of binary codes or other delimiters likely to be encountered between records or rows, or is the magic of length of a given record only stored in some coded journal section or index.
So far things are looking good using the unix tr command and trying out various filters to remove unneeded characters. I also vacuumed a copy of the database and did a diff against the tr results from that to narrow down where my missing data is in the file. Now I'm just trying to figure out how to slice it into records, which may dependant on me knowing the data really well, the problem I'm running into is that there's no consistent character between two integer fields so it's hard to split them apart. Thanks, Alex _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users