Re: [sqlite] Are there any plans to support cursors?

2004-12-30 Thread Andrew Gopienko
On Wed, 29 Dec 2004 23:32:50 -0500, D. Richard Hipp <[EMAIL PROTECTED]> wrote: Jackson, Scott M wrote: Hello, It appears that cursors are not supported in SQLite although there appears to be no mention of this fact in the documentation, lists of unsupported features, etc. Is that correct? Are there

RE: [sqlite] Advice needed for a new group member

2004-12-30 Thread mike cariotoglou
In the home page of www.sqlite.org there is a "contrib" link in the right upper area. It points to http://www.sqlite.org/contrib -Original Message- From: Bert Verhees [mailto:[EMAIL PROTECTED] Sent: Thursday, December 30, 2004 11:02 PM To: sqlite-users@sqlite.org Subject: Re: [sqlite] Ad

Re: [sqlite] Advice needed for a new group member

2004-12-30 Thread Rene Tegel
Hi, please see http://www.sqlite.org/cvstrac/wiki?p=SqliteWrappers regards, rene Bert Verhees wrote: Op donderdag 30 december 2004 13:37, schreef mike: When used correctly, sqlite is the fastest SQL engine I have seen (I am also using D7). So, yes, it would be a good choice. You need some API wrap

Re: [sqlite] Advice needed for a new group member

2004-12-30 Thread Bert Verhees
Op donderdag 30 december 2004 13:37, schreef mike: > When used correctly, sqlite is the fastest SQL engine I have seen (I am > also using D7). So, yes, it would be a good choice. > You need some API wrapper for sqlite, there are a few around including my > own :) (see contrib) Excuse, me, can you

Re: [sqlite] Object Relational Mapping Tools with Sqlite

2004-12-30 Thread Kirk Haines
On Thu, 30 Dec 2004 10:41:50 -0800, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Has anyone been successful using an object relational mapping tool with > Sqlite? I'm looking for such a tool that has a non-commercial free > license. For what language? Kirk Haines

RE: [sqlite] Object Relational Mapping Tools with Sqlite

2004-12-30 Thread Sandy Ganz
If OO is what you are looking for I came across this site with some interesting tools, not SQLite, but look interesting for those doing some oo work. http://www.garret.ru/~knizhnik/index.html Sandy -Original Message- From: Scott Goldstein [mailto:[EMAIL PROTECTED] Behalf Of [EMAIL PROTEC

[sqlite] Object Relational Mapping Tools with Sqlite

2004-12-30 Thread sgoldstein
Has anyone been successful using an object relational mapping tool with Sqlite? I'm looking for such a tool that has a non-commercial free license. Thanks. Scott

Re: [sqlite] Are there any plans to support cursors?

2004-12-30 Thread D. Richard Hipp
Jolan Luff wrote: Would it be possible for you to setup a mailing list that sends cvs commit messages so it's easier to follow the development of sqlite? That's what http://www.sqlite.org/cvstrac/timeline is for. -- D. Richard Hipp -- [EMAIL PROTECTED] -- 704.948.4565

RE: [sqlite] Advice needed for a new group member

2004-12-30 Thread mike
When used correctly, sqlite is the fastest SQL engine I have seen (I am also using D7). So, yes, it would be a good choice. You need some API wrapper for sqlite, there are a few around including my own :) (see contrib) -Original Message- From: Ahmet Aksoy [mailto:[EMAIL PROTECTED] Sent:

Re: [sqlite] Sqlite installation problems

2004-12-30 Thread Anirban Sarkar
Many thanks for your response.   I executed the sqlite rpm in line with your instructions but the libreadline.so.4 dependency problem again creeps in. I have attached an error log with the mail for your reference. Please note that the path to the /usr and /usr/lib directories ( where librea

Re: [sqlite] Advice needed for a new group member

2004-12-30 Thread Bert Verhees
Op woensdag 29 december 2004 22:59, schreef Ahmet Aksoy: > Hi, > I'm both new to the group, and sqlite. > I want to redesign one of my old projects. > It is a kind of mapping program, which shows ports on a world map. Map > is drawn using geographical coordinates of seashores. Also the > coordinat