Re: [sqlite] Upcoming Conferences

2005-10-11 Thread Jolan Luff
On Wed, Oct 12, 2005 at 01:19:24PM +1000, Klint Gore wrote: > > How about "Sidney" then? We're offended too! :) > > It can't be any worse than what's his name anouncing the sydney > olympics. > > At $600, I don't think I'll be attending the tutorial no matter how > Sydney is spelt. >

Re: [sqlite] Upcoming Conferences

2005-10-11 Thread Klint Gore
On Mon, 10 Oct 2005 07:12:40 -0700 (PDT), Dan Kennedy <[EMAIL PROTECTED]> wrote: > > > --- [EMAIL PROTECTED] wrote: > > > "Gerald Dachs" <[EMAIL PROTECTED]> wrote: > > > > 2005-11-08 Frankfort, Germany > > > > > > I guess you mean Frankfurt ;). Be aware that the are two cities in Germany > > >

Re: [sqlite] Erreur avec DBD::SQLite

2005-10-11 Thread Cyril Scetbon
it seems there are not errors cause I can dump it, use it without warning. Maybe a select request in the limit clause is not supported ? Scott Leighton wrote: On Monday 10 October 2005 2:32 pm, Cyril Scetbon wrote: Scott Leighton wrote: On Monday 10 October 2005 6:03 am, Cyril

Re: [sqlite] help needed with syntax error in between.test script

2005-10-11 Thread drh
Jacob Dall <[EMAIL PROTECTED]> wrote: > Hello everyone, > > I've just managed to get SQLite v3.2.7 compiled and installed on a > QNX platform. > > When executing the test suite (make test) I'm notified of an error in > the between-1.0 test. The message is: > > Error: syntax error in

Re: [sqlite] Formatting the strftimeFunc function

2005-10-11 Thread P Kishor
--- [EMAIL PROTECTED] wrote: > To be able to have our code more internationalized > is the reason why we > would like this function. Currently we use the > format mm/dd/ where > other countries use dd/mm/. We would like to > have the month > abbreviation so that when the information

Re: [sqlite] Formatting the strftimeFunc function

2005-10-11 Thread njhinder
To be able to have our code more internationalized is the reason why we would like this function. Currently we use the format mm/dd/ where other countries use dd/mm/. We would like to have the month abbreviation so that when the information is pulled directly from the database and then

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: