Re: [sqlite] Insert

2007-02-28 Thread Xavier RAYNAUD
Why not ? Christian POMPIER a écrit : Could i make to insert 10 000 row in my table with a loop ? thx - To unsubscribe, send email to [EMAIL PROTECTED]

Re: [sqlite] C

2007-03-01 Thread Xavier RAYNAUD
http://en.wikipedia.org/wiki/Bit_field Lloyd a écrit : Even though I know this is not the right question to ask this list, I would expect some help from you. The question is regarding C bit fields.. struct { unsigned int a:1; }; This declares a to hold 1 bit value; How can I make an array o

Re: [sqlite] Java wrapper for both windows and linux

2007-03-29 Thread Xavier RAYNAUD
Hi Jim, Jim Dodgen a écrit : Hello, first off I am not a java guy. I'm a perl C guy. I am getting involved in a upcoming project that needs a java wrapper that will work for both windows and linux. Any preferences? I currently use this one: http://www.zentus.com/sqlitejdbc/ o The nestedV

Re: [sqlite] Re: Java wrapper for both windows and linux

2007-03-30 Thread Xavier RAYNAUD
Steven E. Harris a écrit : Xavier RAYNAUD <[EMAIL PROTECTED]> writes: I use native JNI libraries, and choose at runtime the native library to open. (on eclipse, with OS-dependant fragments, it's easy to do) Can you elaborate on how you make this selection, and how you

Re: [sqlite] Re: Java wrapper for both windows and linux

2007-03-30 Thread Xavier RAYNAUD
McDermott, Andrew a écrit : Hi, Can you elaborate on how you make this selection, and how you package the fragment? => Since fragments are host-specific, only the fragment you need will be loaded. (If you use an update site, only the fragment you need will be