> -----Original Message----- > From: sqlite-users-bounces at mailinglists.sqlite.org [mailto:sqlite- > users-bounces at mailinglists.sqlite.org] On Behalf Of Jay Smith > Sent: Thursday, April 23, 2015 3:47 PM > To: General Discussion of SQLite Database > Subject: Re: [sqlite] building SQLite DLL with Visual C++ > > Thank you Adam for responding to my post. I have the windows binaries > downloaded. > > At this point I am just following the instructions in the book. And I > really am not sure what I need the dll for. > > Here's the scenario. I have created a program in vb2012. The program > stores less than 20 fields of data. I am currently saving the data in a > html format. I just recently discovered SQLite. I am now in the process > of changing over to a database to store data. I studied SQL and Oracle > 10 years ago. I have almost completed the database for the project. My > problem is how to integrate the SQL db into my VB program.
Your subject line says C++, but the line above says VB, so is your program written in C++ or VB? If it's VB just get SQLite with NuGet (Tools > NuGet Package Manager, then search for System.Data.SQLite Core). -Bill CONFIDENTIALITY, EXPORT CONTROL AND DISCLAIMER NOTE:This e-mail and any attachments are solely for the use of the addressee and may contain information that is privileged or confidential. Any disclosure, use or distribution of the information contained herein is prohibited. In the event this e-mail contains technical data within the definition of the International Traffic in Arms Regulations or Export Administration Regulations, it is subject to the export control laws of the U.S.Government. The recipient should check this e-mail and any attachments for the presence of viruses as L-3 does not accept any liability associated with the transmission of this e-mail. If you have received this communication in error, please notify the sender by reply e-mail and immediately delete this message and any attachments.