Re: [sqlite] SQLite and ODBC

2004-05-17 Thread Darren Duncan
At 7:25 AM -0700 5/17/04, Raymond Irving wrote: I think SQLite should come standard with an odbc driver since ODBC is an open standard I disagree. Partly this is because D. Richard Hipp would then have to start certifying it like his own code and ensuring that it is always up to date with the

Re: [sqlite] SQLite and ODBC

2004-05-17 Thread Puneet Kishor
Darren Duncan wrote: At 7:25 AM -0700 5/17/04, Raymond Irving wrote: I think SQLite should come standard with an odbc driver since ODBC is an open standard I disagree. .. Finally, while ODBC is very common, it isn't the only protocol for networking databases, and some people may prefer an

Re: [sqlite] SQLite and ODBC

2004-05-17 Thread Mitchell Vincent
Well put, Darren. Raymond, I would say that if you need ODBC then you need to use a different database (server) all together. SQLite fills the embedded database niche perfectly but it is not a replacement for MS-SQL, MySQl, PostgreSQl, Oracle or other database *servers*. If you need a RDBMS

Re: [sqlite] SQLite and ODBC

2004-05-17 Thread Darren Duncan
At 12:29 PM -0700 5/17/04, Raymond Irving wrote: Thanks for the feedback but I was not thinking about network connections to the database. I was more think of ways to get an SQLite Database connected to every day database objects and controls. Most of todays database tools use ODBC. One

RE: [sqlite] SQLite and ODBC

2004-05-17 Thread Griggs, Donald
Regarding: I was more think of ways to get an SQLite Database connected to every day database objects and controls. A good point! This may be a naive comment of mine, but if you just forgot about the vanilla sqlite download page, and instead considered page:

RE: [sqlite] SQLite and ODBC

2004-05-17 Thread Raymond Irving
Hi, I've download the version at http://www.ch-werner.de/sqliteodbc/ and it works just fine. I was only making a suggestion that such a cool database should come bundled with an ODBC driver (meaning it's part of the development). SQLite is very cool but it does not make any sense if it

RE: [sqlite] SQLite and ODBC

2004-05-17 Thread Steve O'Hara
improving the engine, rather than wasting their time re-inventing the wheel on things I CAN do... Steve -Original Message- From: Raymond Irving [mailto:[EMAIL PROTECTED] Sent: 17 May 2004 21:08 To: [EMAIL PROTECTED] Subject: RE: [sqlite] SQLite and ODBC Hi, I've download the version

RE: [sqlite] SQLite and ODBC/JDBC driver

2004-04-06 Thread Clark, Chris
-Original Message- From: Jean-Eric Cuendet [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 06, 2004 6:06 AM To: [EMAIL PROTECTED] Subject: [sqlite] SQLite and ODBC/JDBC driver There is an ODBC driver here: http://www.ch-werner.de/sqliteodbc/ But there is no client/server,