Hi all,
I wrote a web application that uses a combination of webserver, php and sqlite. A page uses a connection to a DB to generate with a choice a "select box", all work good on pc. I have installed all need on a embedded linux using "lighttpd-1.4.32+php-5.4.6-sqlite3-3.7.1".
The connection is ok, the query is ok, but when use this istruction:

fetchArray(SQLITE3_ASSOC)

all is locked and the rest of the code is not executed, it seems it goes into loop.

You can help me to understand this problem?
If you need more information ask me.

Alberto
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to