Re: [sqlite] [newbie] SQLite and VB.Net?

2008-03-04 Thread Gilles Ganault
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

Re: [sqlite] [newbie] SQLite and VB.Net?

2008-03-03 Thread Samuel Neff
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

Re: [sqlite] [newbie] SQLite and VB.Net?

2008-03-02 Thread Gilles Ganault
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

Re: [sqlite] [newbie] SQLite and VB.Net?

2008-03-02 Thread Samuel Neff
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

Re: [sqlite] [newbie] SQLite and VB.Net?

2008-03-02 Thread nonags
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

Re: [sqlite] [newbie] SQLite and VB.Net?

2008-03-02 Thread Gilles Ganault
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

Re: [sqlite] [newbie] SQLite and VB.Net?

2008-03-02 Thread Jalil Vaidya
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

Re: [sqlite] [newbie] SQLite and VB.Net?

2008-03-02 Thread Brad House
> 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

[sqlite] [newbie] SQLite and VB.Net?

2008-03-01 Thread Gilles Ganault
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