Thanks Adam I will take a look Jay On Thu, Apr 23, 2015 at 4:19 PM, Adam Devita <adevita at verifeye.com> wrote:
> Good day, > I don't work in VB, so I can't help you in specifics on that. A quick > search on a search engine pops up some videos on how to use sqlite in > a Visual Basic project. The archives of this list have a lot of > questions where people are introduced to open, prep sql, (bind), step, > fetch, finalize, close. It is often a good idea to specify which book > you are working through for a question relating to a published > tutorial, as some future person may be reading the same book and could > find the thread helpful. Some people on the list likely have a copy > of the same book on their shelf. Someone on this list might even be > the author. > > Adam > > > > > On Thu, Apr 23, 2015 at 3:47 PM, Jay Smith <jay8000fl at gmail.com> wrote: > > 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 > >> > > _______________________________________________ > > 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 >