[sqlite] Database connection from within Visual Studio

2015-02-26 Thread Joe Mistachkin

Thanks for the suggestions.  As soon as the 1.0.95.0 release is out the
door,
I'll work on refactoring the download page to make it easier to use.

--
Joe Mistachkin



[sqlite] Database connection from within Visual Studio

2015-02-25 Thread Erik Ejlskov Jensen
Yes, there a several things that could be done, given statistics on number of 
downloads.


A simple fix could be to reverse the order of the .net framework versions 
listed, so list 4,5,1 at the top and 2,0 at the bottom.


And then Group all downloads for a Framework version together, instead of 
having 3 sections per Framework version. And indicate/promote/highlight the 
most useful.


So order by .net version, then bitness,( then usefullnes?if that is possible)



Sendt fra Surface


[sqlite] Database connection from within Visual Studio

2015-02-24 Thread Erik Ejlskov Jensen




Maybe a smaller number of downloads and a more readable download page would 
improve the user experience here.
Mvh / Regards


Erik Ejlskov Jensen
http://twitter.com/erikej 



[sqlite] Database connection from within Visual Studio

2015-02-24 Thread Joe Mistachkin

Erik Ejlskov Jensen wrote:
>
> Maybe a smaller number of downloads and a more readable download page
> would improve the user experience here.
>

Various parties have, at one time or another, requested each and every one
of the release package "variations" listed on the download page.

Do you have any other specific suggestions on how to improve the usability
and/or readability of the download page?

--
Joe Mistachkin



[sqlite] Database connection from within Visual Studio 2010

2015-02-23 Thread Joe Mistachkin

Tom Demler wrote:
>
> connect to an SQLite database using Visual Studio 2010 Premium. I've
> downloaded and run sqlite-netFx40-setup-x64-2010-1.0.94.0.exe.
> 

Only the bundled x86 packages have design-time support.  Please download
and install:


https://system.data.sqlite.org/downloads/1.0.94.0/sqlite-netFx40-setup-bundl
e-x86-2010-1.0.94.0.exe

--
Joe Mistachkin



[sqlite] Database connection from within Visual Studio 2010

2015-02-23 Thread Tom Demler
I'm trying to add the capability to do development of applications that
connect to an SQLite database using Visual Studio 2010 Premium. I've
downloaded and run sqlite-netFx40-setup-x64-2010-1.0.94.0.exe. I selected a
custom install and made sure that all options were selected. I believe that
all the components have been installed but the integration with Visual
Studio doesn't seem to be there. What do I have to do to have the option of
an SQLite database when adding a connection to the data connections in
Visual Studio?



I've done a fair amount of C# development using Visual Studio but little in
the way of database work. I'm sure this question has been asked before but
the mailing list archive doesn't appear to be searchable and a search of the
SQLite.org site for this topic seems to only yield links to the download
page.



Any help will be greatly appreciated.



Thanks