On Mon, 3 Mar 2008 11:48:00 -0500, "Samuel Neff"
<[EMAIL PROTECTED]> wrote:
>The performance impact of using ADO.NET vs direct is miniscule and greatly
>outweighed by the improved efficiency in development.
Good news. Thanks much for the input.
___
sqli
ADO.NET is part of the .NET framework. There are no additional depencencies
and with SQLite there is nothing to setup outside your own application.
The performance impact of using ADO.NET vs direct is miniscule and greatly
outweighed by the improved efficiency in development.
Sam
On Sun, Mar 2
On Sun, 2 Mar 2008 21:07:03 -0500, "Samuel Neff"
<[EMAIL PROTECTED]> wrote:
> I would go the ADO.NET route 'cause it'll fit into your .NET application much
>better. The overhead is minimal compared to the normal cost of running
>database queries (in any database).
The reason I'm concerned about u
The System.Data.SQLite wrapper that others have mentioned is wonderful. I
would go the ADO.NET route 'cause it'll fit into your .NET application much
better. The overhead is minimal compared to the normal cost of running
database queries (in any database).
However, if you really want to skip ADO
Gilles
I am a .Net developer and I use an excellent implementation
System.Data.SQLite http://sqlite.phxsoftware.com/
Regards
On Mon, Mar 3, 2008 at 7:50 AM, Gilles Ganault <[EMAIL PROTECTED]>
wrote:
> On Sun, 2 Mar 2008 08:13:18 -0800 (PST), Jalil Vaidya
> <[EMAIL PROTECTED]> wrote:
> >There
On Sun, 2 Mar 2008 08:13:18 -0800 (PST), Jalil Vaidya
<[EMAIL PROTECTED]> wrote:
>There are ADO.NET providers available for SQLite.
Thanks guys for the input.
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/l
008 9:29:33 AM
Subject: Re: [sqlite] [newbie] SQLite and VB.Net?
> I don't know anything about .Net, and I'd like to build a quick app
> with Visual Studio 2005 or 2008 to check how well it performs with
> SQLite. If performance and deployment prove to be good enough, we'l
> I don't know anything about .Net, and I'd like to build a quick app
> with Visual Studio 2005 or 2008 to check how well it performs with
> SQLite. If performance and deployment prove to be good enough, we'll
> use VB.Net for new projects and finally dump VB6.
I have almost no experience wi
Hello
I don't know anything about .Net, and I'd like to build a quick app
with Visual Studio 2005 or 2008 to check how well it performs with
SQLite. If performance and deployment prove to be good enough, we'll
use VB.Net for new projects and finally dump VB6.
AFAIK, the default option is
9 matches
Mail list logo