sqlite> .import C:\HEAD.txt head; Error: no such table: head; Any idea why I'm getting "no such table"?
Hi Phil, The "dot" commands -- such as .import -- don't require a semicolon terminator, and the utility is interpreting your trailing semicolon as part of the table name. You may also want to surround 'c:\head.txt' with single quotes, but I think if you omit the semicolon you'd finally get ahead with your work. Donald _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users