Re: [sqlite] beginnings with sqlite

2005-07-12 Thread LURKIN Denis
Ok I found my error, when I launched the application with the Terminal, the executable and the data base were at the same place whereas with XCode there were no data base at the place of the executable. The application thus created a data base with the name which I passed in parameter but this DB

Re: [sqlite] beginnings with sqlite

2005-07-12 Thread LURKIN Denis
Hello, Thanks for replied ! I am sure that XCode loads the good name of the DB. I tried with another name for my DB and with XCode I have the same problem. With the Terminal, when I try with the name without extention I receive the error message but a file with the name of the DB without ex

Re: [sqlite] beginnings with sqlite

2005-07-11 Thread Chris Schirlinger
> When I launch the program with the Terminal, if I write: > ./quickStart test.db "select * from personne", all occurs well, I > receives the data contained in the table "personne". But if I write > ./quickStart test "select * from personne", therefore I the extention in > the name of the data base