Re: [sqlite] sqlite with Java

2017-03-21 Thread Matthias-Christian Ott
On 2017-03-21 21:36, Timothy Stack wrote: > I see that you've got a solution working, but I wanted to mention this > project which is a JDBC driver that can work with a dynamically linked > sqlite library so there shouldn't be anything to recompile: I can confirm that it's possible to dynamically

Re: [sqlite] sqlite with Java

2017-03-21 Thread Timothy Stack
years, but I think it still works. thanks, tim stack On Fri, Mar 17, 2017 at 2:35 PM, Sylvain Pointeau < sylvain.point...@gmail.com> wrote: > Dear all, > > I would like to use sqlite from Java, but I am also looking to buy SSE. > however which library would you recommend? ho

Re: [sqlite] sqlite with Java

2017-03-19 Thread Sylvain Pointeau
> OK yes I agree, where can we discuss about it? > > For information, we continued this discussion privately. I succeed to build this library and I will use it in my project. Additionally I would be glad contribute if Christian needs my help. Furthermore, I will assess my need to have SSE, and if

Re: [sqlite] sqlite with Java

2017-03-19 Thread Christian Werner
On 03/19/2017 06:38 PM, Sylvain Pointeau wrote: IMO it is no good idea to discuss specific issues of an only indirectly SQLite related library on this mailing list OK yes I agree, where can we discuss about it? C'mon, you apparently obtained the source code of this dead project, didn't

Re: [sqlite] sqlite with Java

2017-03-19 Thread Sylvain Pointeau
> > > IMO it is no good idea to discuss specific issues of an only indirectly > SQLite related > library on this mailing list OK yes I agree, where can we discuss about it? > ___ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org

Re: [sqlite] sqlite with Java

2017-03-19 Thread Christian Werner
On 03/19/2017 05:38 PM, Sylvain Pointeau wrote: On Sun, Mar 19, 2017 at 4:57 PM, Sylvain Pointeau < sylvain.point...@gmail.com> wrote: Why don't you provide an up-to-date version? this lib seems dead when we look at the website, also why don't you put the sources on git it would be easier to

Re: [sqlite] sqlite with Java

2017-03-19 Thread Sylvain Pointeau
On Sun, Mar 19, 2017 at 5:38 PM, Sylvain Pointeau < sylvain.point...@gmail.com> wrote: > On Sun, Mar 19, 2017 at 4:57 PM, Sylvain Pointeau < > sylvain.point...@gmail.com> wrote: > >> Why don't you provide an up-to-date version? this lib seems dead when we >>> look at the website, also why don't

Re: [sqlite] sqlite with Java

2017-03-19 Thread Sylvain Pointeau
On Sun, Mar 19, 2017 at 4:57 PM, Sylvain Pointeau < sylvain.point...@gmail.com> wrote: > Why don't you provide an up-to-date version? this lib seems dead when we >> look at the website, also why don't you put the sources on git it would be >> easier to contribute or raise a bug if any... >> > > I

Re: [sqlite] sqlite with Java

2017-03-19 Thread Sylvain Pointeau
> > Why don't you provide an up-to-date version? this lib seems dead when we > look at the website, also why don't you put the sources on git it would be > easier to contribute or raise a bug if any... > I tried to compile the latest version of sqlite 3.17 with the latest sources of sqlitejava

Re: [sqlite] sqlite with Java

2017-03-18 Thread Sylvain Pointeau
> Now I'm a little bit confused. You asked for an SEE enabled SQLite Java > binding. This requires you to 1. obtain your SEE license from DRH's company > and 2. to use the SEE sources and compile/link them to > {lib,}sqlite_jni.{dll,so} > for your target platform. > Don't be co

Re: [sqlite] sqlite with Java

2017-03-18 Thread Christian Werner
bit confused. You asked for an SEE enabled SQLite Java binding. This requires you to 1. obtain your SEE license from DRH's company and 2. to use the SEE sources and compile/link them to {lib,}sqlite_jni.{dll,so} for your target platform. So in any case involving SEE you have to rebuild things f

Re: [sqlite] sqlite with Java

2017-03-18 Thread Sylvain Pointeau
On Sat, Mar 18, 2017 at 1:04 PM, Christian Werner < christian.wer...@t-online.de> wrote: > Could it be updated to the latest version of sqlite, seems it is pretty >> outdated now. >> > > Totally outdated but still compiling even with most recent SQLite 3 (and 2) > versions and having autoconf

Re: [sqlite] sqlite with Java

2017-03-18 Thread Christian Werner
Could it be updated to the latest version of sqlite, seems it is pretty outdated now. Totally outdated but still compiling even with most recent SQLite 3 (and 2) versions and having autoconf OOTB support for SEE. Must be steampunk then ;-) Could it be also improved? not needing to set the

Re: [sqlite] sqlite with Java

2017-03-18 Thread Sylvain Pointeau
Le sam. 18 mars 2017 à 09:53, Christian Werner a écrit : > On 03/18/2017 06:21 AM, Sylvain Pointeau wrote: > > I don't really want to use odbc in Java. I was thinking of > > https://github.com/xerial/sqlite-jdbc > > but how to use SSE in this case? seems the build

Re: [sqlite] sqlite with Java

2017-03-18 Thread Christian Werner
On 03/18/2017 06:21 AM, Sylvain Pointeau wrote: I don't really want to use odbc in Java. I was thinking of https://github.com/xerial/sqlite-jdbc but how to use SSE in this case? seems the build is not so easy. You could use http://www.ch-werner.de/javasqlite which can be built with SEE. Best,

Re: [sqlite] sqlite with Java

2017-03-17 Thread Sylvain Pointeau
I don't really want to use odbc in Java. I was thinking of https://github.com/xerial/sqlite-jdbc but how to use SSE in this case? seems the build is not so easy. with the sqlite odbc module > > http://www.ch-werner.de/sqliteodbc > ___ sqlite-users

Re: [sqlite] sqlite with Java

2017-03-17 Thread PICCORO McKAY Lenz
, and too much .net facilities the other its used 3dr party as: http://www.sqlitetutorial.net/sqlite-java/ that's enough info Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com 2017-03-17 17:35 GMT-04:00 Sylvain Pointeau <sylvain.point...@gmail.com>: > Dear all, > > I wo

[sqlite] sqlite with Java

2017-03-17 Thread Sylvain Pointeau
Dear all, I would like to use sqlite from Java, but I am also looking to buy SSE. however which library would you recommend? how to integrate SSE? ps: it would be splendid if you could provide the java libs, similar to the .net version. Best regard, Sylvain

[sqlite] SQLite and Java - Trend Analysis and Graphing

2012-12-18 Thread cecilia hou
Hi, I am developing a client-only android app using the standard Android SDK and SQLite. I would like to perform trend analysis (line graphs, pie charts etc) on the data inputed by the user in the database, is it possible to do this without building my own content provider? The inputs would be

Re: [sqlite] SQLite and Java

2011-08-04 Thread Sylvain Pointeau
> my program language is Java. And the www.sqlite.org not supply API for Java. What should I do? I think this one is the best http://code.google.com/p/sqlite-jdbc/ Best regards, Sylvain ___ sqlite-users mailing list sqlite-users@sqlite.org

Re: [sqlite] SQLite and Java

2011-08-02 Thread Martin Engelschalk
Yin, A Google search of "sqlite java api" gives several good hits. Click on the first http://www.sqlite.org/cvstrac/wiki?p=SqliteWrappers and scroll down to Java Martin Am 02.08.2011 06:01, schrieb yinlijie2011: > Dear, > I want use SQLite, but my program

[sqlite] SQLite and Java

2011-08-01 Thread yinlijie2011
Dear, I want use SQLite, but my program language is Java. And thewww.sqlite.org not supply API for Java. What should I do? Thank you! Yin Lijie ___ sqlite-users mailing list sqlite-users@sqlite.org

Re: [sqlite] SQLite wrapper Java Linux: No suitable driver

2006-05-11 Thread Joe Wilson
--- Pasquale Imbemba <[EMAIL PROTECTED]> wrote: > I am using the sqlite wrapper by Christian Werner for Java on my Linux > machine. I use eclipse and I have create da new project which contains > the SQLite.jar stuff. > > Whenever I try to compile, I get the following error: >

Re: [sqlite] SQLite wrapper Java Linux: No suitable driver

2006-05-10 Thread Pasquale Imbemba
On 10/05/06, [EMAIL PROTECTED] <[EMAIL PROTECTED] > wrote: Make sure the sqlite_jni.dll DLL is in your path! Andi I don't have that file, but this libsqlite_jni.so . I understand I must have this also in my build path but I don't figure out how to do it in eclipse. I do Build Path -> Link

RE: [sqlite] SQLite wrapper Java Linux: No suitable driver

2006-05-10 Thread andreas.goetz
Make sure the sqlite_jni.dll DLL is in your path! Andi -Original Message- From: Pasquale Imbemba [mailto:[EMAIL PROTECTED] Sent: Mittwoch, 10. Mai 2006 18:41 To: SQLite Subject: [sqlite] SQLite wrapper Java Linux: No suitable driver Hi, I am using the sqlite wrapper by Christian

[sqlite] SQLite wrapper Java Linux: No suitable driver

2006-05-10 Thread Pasquale Imbemba
Hi, I am using the sqlite wrapper by Christian Werner for Java on my Linux machine. I use eclipse and I have create da new project which contains the SQLite.jar stuff. My code looks like this: import SQLite.JDBCDriver; import java.sql.DriverManager; import java.sql.Connection; import

Re: [sqlite] RE: [RBL] Re: [sqlite] Sqlite and Java

2006-01-22 Thread John Stanton
: Sunday, January 22, 2006 4:06 AM To: sqlite-users@sqlite.org Subject: RE: [sqlite] RE: [RBL] Re: [sqlite] Sqlite and Java You're right to a certain extent, but the point I was trying to address was the ideal of being able to use an SQLite database from a variety of toolsets and environments nativ

RE: [sqlite] RE: [RBL] Re: [sqlite] Sqlite and Java

2006-01-22 Thread Fred Williams
anuary 22, 2006 4:06 AM > To: sqlite-users@sqlite.org > Subject: RE: [sqlite] RE: [RBL] Re: [sqlite] Sqlite and Java > > > You're right to a certain extent, but the point I was trying > to address > was the ideal of being able to use an SQLite database from a > variety of >

RE: [sqlite] RE: [RBL] Re: [sqlite] Sqlite and Java

2006-01-22 Thread Steve O'Hara
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] org] On Behalf Of Fred Williams Sent: 21 January 2006 15:52 To: sqlite-users@sqlite.org Subject: RE: [sqlite] RE: [RBL] Re: [sqlite] Sqlite and Java I think if you will closely read you own analysis of your efforts you will realize that all

RE: [sqlite] RE: [RBL] Re: [sqlite] Sqlite and Java

2006-01-21 Thread Fred Williams
Fred > -Original Message- > From: Steve O'Hara [mailto:[EMAIL PROTECTED] > Sent: Saturday, January 21, 2006 7:37 AM > To: sqlite-users@sqlite.org; [EMAIL PROTECTED] > Subject: [sqlite] RE: [RBL] Re: [sqlite] Sqlite and Java > > > > I did loads of research on this

[sqlite] RE: [RBL] Re: [sqlite] Sqlite and Java

2006-01-21 Thread Steve O'Hara
and is reasonably perfomant. Hope this helps, Steve p.s. I'd still prefer a Java SQLite but there you are -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] rg] On Behalf Of Ran Sent: 19 January 2006 14:13 To: sqlite-users@sqlite.org; [EMAIL PROTECTED] Subject: [RBL

Re: [sqlite] Sqlite and Java

2006-01-19 Thread Gerhard Häring
Nilo Paim wrote: My point is: if I use another sql engine that is written in Java then I just inverted the problem: how to access the databases without writing a bridge in native code that allows me to access the database from C or C++ or... ? Use a database server with client interfaces

Re: [sqlite] Sqlite and Java

2006-01-19 Thread Ulrik Petersen
like to have access to sqlite databases from java without worrying me about native code, dll's, .so'es, etc..., just using only pure java code, without lossing the normal access to the same databases, using the "normal" way, via C, C++ or any other compiled language. Thanks for your quic

Re: [sqlite] Sqlite and Java

2006-01-19 Thread Noel Frankinet
Kervin L. Pierre wrote: Cloudscape, which was given to Apache foundation and is now the Apache Derby Project. http://db.apache.org/derby/ Yes this is it ! -- Noël Frankinet Gistek Software SA http://www.gistek.net

Re: [sqlite] Sqlite and Java

2006-01-19 Thread Kervin L. Pierre
Cloudscape, which was given to Apache foundation and is now the Apache Derby Project. http://db.apache.org/derby/ Jonathan Ballet wrote: I think you're talking of http://hsqldb.org/, used among other project by OpenOffice ...

Re: [sqlite] Sqlite and Java

2006-01-19 Thread Nilo Paim
to sqlite databases from java without worrying me about native code, dll's, .so'es, etc..., just using only pure java code, without lossing the normal access to the same databases, using the "normal" way, via C, C++ or any other compiled language. Thanks for your quick response. Cheers,

Re: [sqlite] Sqlite and Java

2006-01-19 Thread Ran
If I am not mistaken, the following thread might be relevant: http://www.mail-archive.com/sqlite-users@sqlite.org/msg11005.html Ran On 1/19/06, Nilo Paim <[EMAIL PROTECTED]> wrote: > > Hi all, > > Does anybody here knows something about a port of sqlite to java? > &g

Re: [sqlite] Sqlite and Java

2006-01-19 Thread Jonathan Ballet
not portable. >> >> My point is: I would like to have access to sqlite databases from >> java without worrying me about native code, dll's, .so'es, etc..., >> just using only pure java code, without lossing the normal access to >> the same databases, using the "normal

Re: [sqlite] Sqlite and Java

2006-01-19 Thread Noel Frankinet
Nilo Paim wrote: Hi Noel, Maybe slower, maybe memory hungry... but not less portable in my opinion. Java is machine independent, unless when using native code. On that scenario ( native code ) Java is not portable. My point is: I would like to have access to sqlite databases from java

Re: [sqlite] Sqlite and Java

2006-01-19 Thread Nilo Paim
Noel Frankinet wrote: Nilo Paim wrote: Hi all, Does anybody here knows something about a port of sqlite to java? Please, note that I'm not talking about java calling sqlite via JNI, but about a real rewrite of sqlite using java. Obviously, a second step would be the writing of a JDBC driver

Re: [sqlite] Sqlite and Java

2006-01-19 Thread Noel Frankinet
Nilo Paim wrote: Hi all, Does anybody here knows something about a port of sqlite to java? Please, note that I'm not talking about java calling sqlite via JNI, but about a real rewrite of sqlite using java. Obviously, a second step would be the writing of a JDBC driver. Would be useful

[sqlite] Sqlite and Java

2006-01-19 Thread Nilo Paim
Hi all, Does anybody here knows something about a port of sqlite to java? Please, note that I'm not talking about java calling sqlite via JNI, but about a real rewrite of sqlite using java. Obviously, a second step would be the writing of a JDBC driver. Would be useful that port? Comments

Re: [sqlite] sqlite with java + hibernate

2005-10-11 Thread Kervin L. Pierre
SQLite is a great database, but if you're using Java, why not use something like Apache Derby ( http://db.apache.org/derby/ )? Regards, Kervin Christoph Langewisch wrote: Hello, I'm looking for an embedded SQL database and found SQLite. Now I need some information I did not found at the page

[sqlite] sqlite with java + hibernate

2005-10-11 Thread Christoph Langewisch
Hello, I'm looking for an embedded SQL database and found SQLite. Now I need some information I did not found at the page or in documentation. Is it possible to use this database with Java and in particular with hibernate? To integrate a database in hibernate there is the following needed:

[sqlite] SQLite and Java

2004-03-23 Thread boysen
Hi, I am using SQLite from within Java. Unfortunately, the Java wrapper linked from the SQLite website tends to be rather slow when returning large resultsets from a query. Has anybody a handy solution for / experiences with that? Thanks, Bo