Small. Fast. Reliable.
Choose any three.
*** 6,9 ****
  -------
  -Q) What is calling convention for sqlite3.dll API functions (for Windows) and 
  for SQLite callback function (for sqlite3_exec function){linebreak}
! -A) ???
--- 6,9 ----
  -------
  -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)