RE: [sqlite] SQLite and ODBC

2004-05-17 Thread Darren Duncan
At 1:07 PM -0700 5/17/04, Raymond Irving wrote: Making SQLite more connectable is something that the team should also consider. Not everyone uses C or C++ and not all components have an interface to bind an array. We just have to look at what tools we have available and see how best we can make

RE: [sqlite] SQLite and ODBC

2004-05-17 Thread Steve O'Hara
ngs I CAN'T do, like 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&#

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 can't

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: http://www.ch-werner.de/sql

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 typical

Re: [sqlite] SQLite and ODBC

2004-05-17 Thread Raymond Irving
Hi, 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 typical example is how can I (easily) use SQLite i

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 serv

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 alte

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

[sqlite] SQLite and ODBC

2004-05-17 Thread Raymond Irving
Hi, I think SQLite should come standard with an odbc driver since ODBC is an "open standard" __ Raymond Irving

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/ >

[sqlite] SQLite and ODBC/JDBC driver

2004-04-06 Thread Jean-Eric Cuendet
Hi, I would like to embed SQLite in our application and access to it from another one, through either ODBC or JDBC. Any idea? There is an ODBC driver here: http://www.ch-werner.de/sqliteodbc/ But there is no client/server, the server is embedded in the ODBC driver on the client. I think that we