Re: [sqlite] problem with sqlite3_bind_text

2008-04-07 Thread Igor Tandetnik
dark0s dark0s <[EMAIL PROTECTED]> wrote: > Hi all, after writing my program, I typed: > > bash-3.1# gcc -lsqlite3 CreaDB.c -o creadb > CreaDB.c: In function 'main': > CreaDB.c:35: error: too few arguments to function 'sqlite3_bind_text' > CreaDB.c:36: error: too few arguments to function 'sqlite3_b

Re: [sqlite] problem with sqlite3_bind_text

2008-04-07 Thread P Kishor
I am worse than a newbie at C, but... On 4/7/08, dark0s dark0s <[EMAIL PROTECTED]> wrote: > Hi all, after writing my program, I typed: > > bash-3.1# gcc -lsqlite3 CreaDB.c -o creadb > CreaDB.c: In function 'main': > CreaDB.c:35: error: too few arguments to function 'sqlite3_bind_text' > CreaDB

[sqlite] problem with sqlite3_bind_text

2008-04-07 Thread dark0s dark0s
Hi all, after writing my program, I typed: bash-3.1# gcc -lsqlite3 CreaDB.c -o creadb CreaDB.c: In function 'main': CreaDB.c:35: error: too few arguments to function 'sqlite3_bind_text' CreaDB.c:36: error: too few arguments to function 'sqlite3_bind_text' CreaDB.c:37: error: too few arguments to f