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].
pls hit me with a big stick!
thx! bal
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].
pls hit me with a big stick!
thx! bal