[EMAIL PROTECTED] writes: > Jarl Friis <[EMAIL PROTECTED]> wrote: >> What does does it mean when sqlite3_prepare() returns SQLITE_ROW. >> >> It seems like this is just another valid (successful) return code from >> sqlite3_prepare(). >> >> Can anyone ellaborate on this? please. >> > > sqlite3_prepare() should never return SQLITE_ROW. If you have > a reproducible test case where it does, we'd appreciate seeing > it so that we can fix the bug.
Sorry... My fault it was rc from sqlite3_step(), and I do know what that means. Thank you anyway. Jarl -- Jarl Friis Softace ApS Omøgade 8, 2.sal 2100 København Ø. Denmark Phone: +45 26 13 20 90 E-mail: [EMAIL PROTECTED] LinkedIn: https://www.linkedin.com/in/jarlfriis

