*** 7,9 **** --- 7,11 ---- -Q) What is calling convention for sqlite3.dll API functions (for Windows) and for SQLite callback function (for sqlite3_exec function){linebreak} -A) cdecl (caller pushes params right to left on stack, caller cleans up) + + -Q) Are there any plans to include bidirecional cursor capabilities?