jaywalker

jaywalker


  • Name: [not set]
  • Favorite Languages: [not set]
  • Website: [not set]
  • Location: [not set]
  • About Me: [not set]

Recent Comments

  • C# Tutorial - Writing a .NET Wrapper for SQLite
    08/10/2009 - 06:32

    Great tutorial, as always. Thanks!

    Is it possible to do the ExecuteQuery function using sqlite_exec, instead of the core functions (prepare, step, finalize)? I'm having trouble with the callback.