Hi there,
bs wrote:
if (NULL == (db = sqlite_open(argv[0], 0, &err))) {
argv[0] is the name of the program, which is not a database. You probably want argv[1].
HTH
Ulrik P.
-- Ulrik Petersen, MA, B.Sc. University of Aalborg, Denmark Homepage: http://ulrikp.org

