Re: [sqlite] best language match for SQLite?

2008-09-17 Thread David Mukaiwa
nd MS SQL work. > >> > >> and Vim to rule them all. :) > >> > >> andy > >> > >> > >> "Message: 1 > >> Date: Tue, 16 Sep 2008 11:50:40 -0400 > >> From: Patrick <[EMAIL PROTECTED]> > >> Subject: [sqlit

Re: [sqlite] best language match for SQLite?

2008-09-17 Thread Graeme
The Tcl interface is, as others have mentioned, the original one and suported by the sqlite developers. it is: 1) very easy to use 2) up to date 3) more complete than alternatives 4) flexible and given Richard Hipp's comment on the amount of Tcl code used to test sqlite, that looks very

Re: [sqlite] best language match for SQLite?

2008-09-16 Thread Andy Allord
development on some specialized hardware. >> SQL for Oracle, and MS SQL work. >> >> and Vim to rule them all. :) >> >> andy >> >> >> "Message: 1 >> Date: Tue, 16 Sep 2008 11:50:40 -0400 >> From: Patrick <[EMAIL PROTECTED]> >

Re: [sqlite] best language match for SQLite?

2008-09-16 Thread palmer ristevski
Glory Be to You! That is the platform I am currently moving into! Adobe Flex/Air where Desktop App and Web Apps merge! P. > To: sqlite-users@sqlite.org > Date: Tue, 16 Sep 2008 17:33:09 -0400 > From: [EMAIL PROTECTED] > Subject: Re: [sqlite] best language match for SQLite? > &g

Re: [sqlite] best language match for SQLite?

2008-09-16 Thread Javier Julio
ot;Message: 1 > Date: Tue, 16 Sep 2008 11:50:40 -0400 > From: Patrick <[EMAIL PROTECTED]> > Subject: [sqlite] best language match for SQLite? > To: General Discussion of SQLite Database <sqlite-users@sqlite.org> > Message-ID: <[EMAIL PROTECTED]> > Content-Type:

Re: [sqlite] best language match for SQLite?

2008-09-16 Thread A. H. Ongun
hardware. SQL for Oracle, and MS SQL work. and Vim to rule them all. :) andy "Message: 1 Date: Tue, 16 Sep 2008 11:50:40 -0400 From: Patrick <[EMAIL PROTECTED]> Subject: [sqlite] best language match for SQLite? To: General Discussion of SQLite Database <sqlite-users@sqlite.org> Me

Re: [sqlite] best language match for SQLite?

2008-09-16 Thread palmer ristevski
of view on the different programming languages and SQLite! P. > Date: Tue, 16 Sep 2008 15:27:57 -0500 > From: [EMAIL PROTECTED] > To: sqlite-users@sqlite.org > Subject: Re: [sqlite] best language match for SQLite? > > My advice was not to have the tail wag the dog. C

Re: [sqlite] best language match for SQLite?

2008-09-16 Thread John Stanton
My advice was not to have the tail wag the dog. Choose you language as appropriate for the application. Sqlite fits everywhere. For example if it is an embedded system use C. If it it something else a script system like Perl of whatever would be appropriate. If you want an ideally

Re: [sqlite] best language match for SQLite?

2008-09-16 Thread P Kishor
On 9/16/08, Martin (OPENGeoMap) <[EMAIL PROTECTED]> wrote: > Mohit Sindhwani escribió: > > > Jeff Godfrey wrote: > > > >> According to a paper written by Richard Hipp (the creator of SQLite), > >> Tcl is the ideal language. Here's a quote from the mentioned paper: > >> > >> "The increasing

Re: [sqlite] best language match for SQLite?

2008-09-16 Thread Martin (OPENGeoMap)
Mohit Sindhwani escribió: > Jeff Godfrey wrote: > >> According to a paper written by Richard Hipp (the creator of SQLite), >> Tcl is the ideal language. Here's a quote from the mentioned paper: >> >> "The increasing popularity of SQLite is seen in the fact that the main >> website daily

Re: [sqlite] best language match for SQLite?

2008-09-16 Thread Clay Dowling
For myself, I find C and C++ to be the best for use with SQLite (and the STL makes the set oriented nature of relational databases fit reasonably well). Mostly though that's because those are the languages I prefer to work in, rather than in inherent quality of the bindings. Like the man

Re: [sqlite] best language match for SQLite?

2008-09-16 Thread Jim Dodgen
rom: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of palmer ristevski > Sent: Tuesday, September 16, 2008 11:19 AM > To: General Discussion of SQLite Database > Subject: Re: [sqlite] best language match for SQLite? > > > > "And of course, Perl is always best. :)" &

Re: [sqlite] best language match for SQLite?

2008-09-16 Thread P Kishor
On 9/16/08, Patrick <[EMAIL PROTECTED]> wrote: > I am a beginner to intermediate Python Programmer. I can use SQLite with > it just fine but it is my understanding that relational database and > object oriented programming our not the perfect marriage. > > I was just wondering if anyone had an

Re: [sqlite] best language match for SQLite?

2008-09-16 Thread D . Richard Hipp
On Sep 16, 2008, at 12:09 PM, Jeff Godfrey wrote: > Patrick wrote: >> I was just wondering if anyone had an opinion on the most ideal >> language >> to use with SQLite? >> >> I love Python but I LOVE SQLite, I would learn another language >> just to >> use it better-Patrick >> > According to

Re: [sqlite] best language match for SQLite?

2008-09-16 Thread Fred Williams
: [sqlite] best language match for SQLite? "And of course, Perl is always best. :)" That's right brother! Educate them , Educate them i say! P. > Date: Tue, 16 Sep 2008 11:13:27 -0500 > From: [EMAIL PROTECTED] > To: sqlite-users@sqlite.org > Subject: Re: [sqlite] best lan

Re: [sqlite] best language match for SQLite?

2008-09-16 Thread Michael Schlenker
Patrick schrieb: > I am a beginner to intermediate Python Programmer. I can use SQLite with > it just fine but it is my understanding that relational database and > object oriented programming our not the perfect marriage. > > I was just wondering if anyone had an opinion on the most ideal

Re: [sqlite] best language match for SQLite?

2008-09-16 Thread Enrique Ramirez
On Tue, Sep 16, 2008 at 12:20 PM, <[EMAIL PROTECTED]> wrote: >> "And of course, Perl is always best. :)" > > Of course; but VB (VB6) is just a bit better. > > RBS > Almost fell out of my chair laughing. But in all seriousness, if you're into ADO.Net, the System.Data.SQLite wrapper by Robert

Re: [sqlite] best language match for SQLite?

2008-09-16 Thread palmer ristevski
t; To: sqlite-users@sqlite.org > Subject: Re: [sqlite] best language match for SQLite? > > > "And of course, Perl is always best. :)" > > Of course; but VB (VB6) is just a bit better. > > RBS > > > > > > "And of course, Perl is always be

Re: [sqlite] best language match for SQLite?

2008-09-16 Thread bartsmissaert
:13:27 -0500 >> From: [EMAIL PROTECTED] >> To: sqlite-users@sqlite.org >> Subject: Re: [sqlite] best language match for SQLite? >> >> SQLite is written in C, and its creators seem to be fond of TCL, so >> those are 2 good choices, but I don't think there i

Re: [sqlite] best language match for SQLite?

2008-09-16 Thread palmer ristevski
"And of course, Perl is always best. :)" That's right brother! Educate them , Educate them i say! P. > Date: Tue, 16 Sep 2008 11:13:27 -0500 > From: [EMAIL PROTECTED] > To: sqlite-users@sqlite.org > Subject: Re: [sqlite] best language match for SQLite? > > SQL

Re: [sqlite] best language match for SQLite?

2008-09-16 Thread Ribeiro, Glauber
Message- From: Patrick [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 16, 2008 10:51 AM To: General Discussion of SQLite Database Subject: [sqlite] best language match for SQLite? I am a beginner to intermediate Python Programmer. I can use SQLite with it just fine but it is my understanding

Re: [sqlite] best language match for SQLite?

2008-09-16 Thread Mohit Sindhwani
Jeff Godfrey wrote: > According to a paper written by Richard Hipp (the creator of SQLite), > Tcl is the ideal language. Here's a quote from the mentioned paper: > > "The increasing popularity of SQLite is seen in the fact that the main > website daily serves about a gigabyte of data to around

Re: [sqlite] best language match for SQLite?

2008-09-16 Thread Jeff Godfrey
Patrick wrote: > I was just wondering if anyone had an opinion on the most ideal language > to use with SQLite? > > I love Python but I LOVE SQLite, I would learn another language just to > use it better-Patrick > According to a paper written by Richard Hipp (the creator of SQLite), Tcl is

[sqlite] best language match for SQLite?

2008-09-16 Thread Patrick
I am a beginner to intermediate Python Programmer. I can use SQLite with it just fine but it is my understanding that relational database and object oriented programming our not the perfect marriage. I was just wondering if anyone had an opinion on the most ideal language to use with SQLite?