Regarding Rich Shepard's problem: "...tells me that 31 columns are expected, but it found 32."
And tagging onto Dennis Cote's explanation: "...I suspect you may have trailing spaces at the ends of your lines." I agree with Dennis. Apparently there are different interpretations for delimited files. If I dump an informix file to delimited format, for example, a final delimiter is placed just before the END-OF-LINE, and the sqlite command-line utility interprets that as an additional field. Depending on your needs, if it's awkward to trim away the final delimiter, you might choose to simply add a dummy field to your table. ----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------