> -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Saturday, April 15, 2006 6:11 AM > To: sqlite-users@sqlite.org; Aaron Jones > Subject: Re: [sqlite] Structured or Object-Oriented? > > I have not done SQLite work in C#, Java or VB: > I used Delphi with some sqlite data components; > > The work I did in C# was with Oracle; > If you know Java I think you should be okay: > I would go for C# rather than VB; > > Doesn't VisualStudio convert between the languages? > > I presume you have seen the Web page that I have attached: > I haven't tried it out, though I will sooner or later; > > The following seem interesting also: > http://www.phpguru.org/csharpdocs/SQLite.NET/SQLite.NET.html > http://www.phpguru.org/csharpdocs/SQLite.NET/SQLite.NET.SQLite > Client.html
If you're using Visual C# Express 2005 (or any 2005 product) then you may as well go for broke and learn the ADO.NET 2.0 framework. I wrote/maintain a fairly decent SQLite ADO.NET 2.0 Provider at http://sqlite.phxsoftware.com and make myself available on the forums quite a bit. Robert