Results 1 to 40 of 269

Thread: VB SQLite Library (COM-Wrapper)

Hybrid View

  1. #1
    PowerPoster
    Join Date
    Feb 2017
    Posts
    5,721

    Re: VB SQLite Library (COM-Wrapper)

    Also, using sqlite3_bind_text16 instead of WideCharToMultiByte/sqlite3_bind_text accounts for an important difference: 0,10 sec less (with both DLLs).

  2. #2

    Thread Starter
    PowerPoster
    Join Date
    Jun 2012
    Posts
    2,742

    Re: VB SQLite Library (COM-Wrapper)

    Quote Originally Posted by Eduardo- View Post
    Also, using sqlite3_bind_text16 instead of WideCharToMultiByte/sqlite3_bind_text accounts for an important difference: 0,10 sec less (with both DLLs).
    For the overload functions I also used the sqlite3_result_text16. So why not using sqlite3_bind_text16 also for the Cursor/Command class. Will change..

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width