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. On Wed, Apr 22, 2015 at 10:16 AM, Adam Devita <adevita at verifeye.com> wrote: > Good day, > > > Why are you compiling a dll instead of using the pre-compiled windows > binaries at http://www.sqlite.org/download.html? > > Are you adding some sort of extra wrapper? > > Why are you not adding the amalgamated c source in your project (turn > off use pre-compiled headers for that file) ? > > If you insist on creating your own dll, try the vs wizard to create a > dll project, then add code to it. > > regards, > Adam DeVita > > > On Wed, Apr 22, 2015 at 9:51 AM, Igor Tandetnik <igor at tandetnik.org> > wrote: > > On 4/21/2015 11:01 AM, Jay Smith wrote: > >> > >> Before I sent the last message I had signed up to become a user. > >> My previous message was bounced. WHY > > > > > > I, for one, have received both your original and this new message. > > -- > > Igor Tandetnik > > > > > > _______________________________________________ > > sqlite-users mailing list > > sqlite-users at mailinglists.sqlite.org > > http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users > > > > -- > -------------- > VerifEye Technologies Inc. > 151 Whitehall Dr. Unit 2 > Markham, ON > L3R 9T1 > _______________________________________________ > sqlite-users mailing list > sqlite-users at mailinglists.sqlite.org > http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users >