Re: [sqlite] Error:"Expression cannot be evaluated"withsqlite3_exec()

2008-10-16 Thread Alberto Tellaeche
; Para: sqlite-users@sqlite.org Enviado: jueves, 16 de octubre, 2008 12:57:34 Asunto: Re: [sqlite] Error:"Expression cannot be evaluated"withsqlite3_exec() "Alberto Tellaeche" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > after sqlite3_mprintf() func

Re: [sqlite] Error:"Expression cannot be evaluated" withsqlite3_exec()

2008-10-16 Thread Alberto Tellaeche
e] Error:"Expression cannot be evaluated" withsqlite3_exec() Alberto Tellaeche <[EMAIL PROTECTED]> wrote: > Tank you very much for the response. > the array is as expected, sprintf is woking fine. Also I get the same > error if I write the SQL command directly in the sqlite3_exec

Re: [sqlite] Error:"Expression cannot be evaluated" with sqlite3_exec()

2008-10-15 Thread Alberto Tellaeche
: Igor Tandetnik <[EMAIL PROTECTED]> Para: sqlite-users@sqlite.org Enviado: miƩrcoles, 15 de octubre, 2008 17:31:59 Asunto: Re: [sqlite] Error:"Expression cannot be evaluated" with sqlite3_exec() Alberto Tellaeche <[EMAIL PROTECTED]> wrote: > work perfectly well, but I

[sqlite] Error:"Expression cannot be evaluated" with sqlite3_exec()

2008-10-15 Thread Alberto Tellaeche
Hello colleagues; I am new to sqlite, and I have recently started to use it from the command line (sqlite3.exe) and in C programs. In my C example program I open de database at the beginning and close it beforte the end of the program. Examples like: memset(orden_SQL, 0, 200*sizeof(char))