Well, Did this:
sqlite3 test2.db
create Table T (A, B, C );
.separator ,
.import 'sqtest2.txt' T
It looks like it working, but the file size is still
4K and not 170 Megs.
Please note:
I exported this database as a Tab delimiter file,
then as a Comma, delimiter file...
Change the .extension from .csv to .txt
neither are working to import file.
this is a 3 field file.
Richard
--
I will not be pushed, filed, stamped,
indexed, briefed, debriefed, or numbered!
My life is my own - No. 7

