> the test code can be seen at
> http://www.autoitscript.com/trac/autoit/ticket/2012

  Are you sure it is gone?

  I'm not familiar with this API, but you appear to be finalizing the
  query BEFORE you extract rows from it.  In the native API, that's not
  valid, making the code report no rows, when it is really trying to
  report an API error.  Depending on how this API maps to the native
  API, the issue may be the SELECT, not the UPDATE.

Jay, you are of course right about pointing out the actual issue the OP has: finalizing a prepared statement before retrieving the resultset. BTW the code in the ticket report has _many_ errors (AutoIt specific syntax, SQLite [SQL] syntax, missing bracket[s], a.s.o.).

This has nothing to do with SQLite itself, nor even the AutoIt bug report tracker, but only the AutoIt support forum where several contributors are more than willing to put posters on the right track.

Note: I'm the unofficial maintainer of the current SQLite support for AutoIt.


--
<mailto:j...@q-e-d.org>j...@antichoc.net
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to