Joanne Pham <[EMAIL PROTECTED]> wrote:
> I used the   sqlite3_prepare_v2 in my code and some of the servers
> are ok but one of my server return an error message that "undefined
> symbol: sqlite3_prepare_v2 " when the process is started and access
> the database using sqlite3_prepare_v2 . I don't have any clue why
> this problem is only happened on one single server but no others.

That server has an older version of SQLite installed - one that doesn't 
yet provide sqlite3_prepare_v2 API.

Igor Tandetnik 



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

Reply via email to