|
-
Aug 1st, 2022, 03:14 PM
#1
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).
-
Aug 1st, 2022, 03:22 PM
#2
Re: VB SQLite Library (COM-Wrapper)
 Originally Posted by Eduardo-
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|