Results 1 to 2 of 2

Thread: SqLite3 Win10 Demo - Using winsqlite3.dll

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    May 2014
    Location
    Kallithea Attikis, Greece
    Posts
    1,289

    SqLite3 Win10 Demo - Using winsqlite3.dll

    I found some work about the using of winsqlite3.dll, in VBA for Excel, and was not completed. First I did some changes for using it in VB6. I did some checks and found some errors i the old implementation. Finally I made a demo using the Sqlite3, to make an in memory db, using ":memory:" and not a filename in the creation call.
    The demo show how to handle blob, and the error messages (which the old example was wrong, had missing the free procedure for the error message pointer)

    This example run on a Windows 10 os. The winsqlite3.dll exist and didn't need reference to it.
    The first line in the form is the error message for checking the code.

    Also I have a module to write unicode lines to form



    Name:  sqlite.png
Views: 1855
Size:  9.3 KB
    Attached Files Attached Files

  2. #2
    Addicted Member
    Join Date
    Jan 2010
    Posts
    250

    Re: SqLite3 Win10 Demo - Using winsqlite3.dll

    nice...though the famous one here vbrichclient already did the job, but nice to have other alternative

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