Re: [sqlite] visual basic and sqlite

2008-11-06 Thread Enrique Ramirez
the application. Other than that, it worked pretty well. // -- Enrique Ramirez Irizarry Lead Developer Indie Code Labs http://www.indiecodelabs.com On Thu, Nov 6, 2008 at 9:31 AM, stormtrooper <[EMAIL PROTECTED]> wrote: > > I recommend http://www.ch-werner.d

Re: [sqlite] query performance comparison with access

2008-10-28 Thread Enrique Ramirez
changing their joins into subselects and gaining some performance. Then again, I'm no expert. // -- Enrique Ramirez Irizarry Lead Developer Indie Code Labs http://www.indiecodelabs.com On Mon, Oct 27, 2008 at 7:03 AM, L B <[EMAIL PROTECTED]> wrote: > Hi

Re: [sqlite] Trigger for updating timestamp-field

2008-10-17 Thread Enrique Ramirez
can refer to http://sqlite.org/lang_datefunc.html Hope it helps, // -- Enrique Ramirez Irizarry Lead Developer Indie Code Labs http://www.indiecodelabs.com On Fri, Oct 17, 2008 at 9:21 PM, P Kishor <[EMAIL PROTECTED]> wrote: > On 10/17/08, Kristofer H

Re: [sqlite] Include a double quote inside a string-literal

2008-10-17 Thread Enrique Ramirez
Did you remember to put single quotes around your string? Your example shows double quotes: "this is \"not working\"" vs 'this is \"not working\"' // ---------- Enrique Ramirez Irizarry Lead Developer Indie Code Labs http://www.indie

Re: [sqlite] How to install SQLite on a shared linux hosting

2008-10-17 Thread Enrique Ramirez
! // -- Enrique Ramirez Irizarry Lead Developer Indie Code Labs http://www.indiecodelabs.com On Fri, Oct 17, 2008 at 7:52 AM, Graeme Pietersz <[EMAIL PROTECTED]> wrote: > > On Friday 17 October 2008 16:39:32 [EMAIL PROTECTED] wrote: >> > only compiled and linke

Re: [sqlite] Malformed schema error on sqlite3odbc.dll with version 0.79

2008-10-16 Thread Enrique Ramirez
I'm not 100% sure about this, but I think SQLiteODBC is a third party project. You might have better luck contacting the original developer (http://www.ch-werner.de/sqliteodbc/) // -- Enrique Ramirez Irizarry Lead Developer Indie Code Labs http

Re: [sqlite] how to connect to existing db with sqlite3.exe

2008-09-30 Thread Enrique Ramirez
_ > sqlite-users mailing list > sqlite-users@sqlite.org > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > -- // -- Enrique Ramirez Irizarry Lead Developer Indie Code Labs http://www.indiecodelabs.com

Re: [sqlite] unsubscribe - switch to digest

2008-09-23 Thread Enrique Ramirez
. > > Design simplicity eliminates engineering complexity. > > > > ___ > sqlite-users mailing list > sqlite-users@sqlite.org > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > -- // ------

Re: [sqlite] Network shares

2008-09-23 Thread Enrique Ramirez
qlite-users mailing list > sqlite-users@sqlite.org > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > -- // -- Enrique Ramirez Irizarry Lead Developer Indie Code Labs http://www.indiecodelabs.com ___ s

Re: [sqlite] datatype - serial

2008-09-23 Thread Enrique Ramirez
;> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users >> > > > > -- > Seun Osewa > http://www.nairaland.com/ > ___ > sqlite-users mailing list > sqlite-users@sqlite.org > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > -- // ---

Re: [sqlite] Simple Suggestions

2008-09-22 Thread Enrique Ramirez
er or other XUL enabled applications if Firefox isn't your kind of browser. -- // ------ Enrique Ramirez Irizarry Lead Developer Indie Code Labs http://www.indiecodelabs.com ___ sqlite-users mailing list sqlite-users@

Re: [sqlite] best language match for SQLite?

2008-09-16 Thread Enrique Ramirez
System.Data.SQLite wrapper by Robert Simpson will make you feel right at home. -- // ---------- Enrique Ramirez Irizarry Lead Developer Indie Code Labs http://www.indiecodelabs.com ___ sqlite-users mailing list sqlite-users@sqli

Re: [sqlite] Network concurrency question

2008-09-16 Thread Enrique Ramirez
te.org/faq.html#q5 -- // ---------- Enrique Ramirez Irizarry Lead Developer Indie Code Labs http://www.indiecodelabs.com ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Re: [sqlite] performance degradation from 3.6.1 to 3.6.2

2008-09-15 Thread Enrique Ramirez
ial.c sqlite3.o -o trial -lpthread > > Steve Friedman > > ___ > sqlite-users mailing list > sqlite-users@sqlite.org > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > > -- // -----

Re: [sqlite] Trim everything that is entered into database

2008-09-09 Thread Enrique Ramirez
t Kishor http://punkish.eidesis.org/ > Nelson Institute for Environmental Studies http://www.nelson.wisc.edu/ > Open Source Geospatial Foundation (OSGeo) http://www.osgeo.org/ > ___ > sqlite-users mailing list > sqlite-users@sqlite.org &

Re: [sqlite] GCC give a warning while passing a struct as the, user data to the callback function of sqlite3_exec()

2008-08-19 Thread Enrique Ramirez
>> sqlite-users mailing list >> sqlite-users@sqlite.org >> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users >> > > > > -- > // -- > Enrique Ramirez Irizarry > Lead Developer > In

Re: [sqlite] GCC give a warning while passing a struct as the, user data to the callback function of sqlite3_exec()

2008-08-19 Thread Enrique Ramirez
sqlite-users mailing list > sqlite-users@sqlite.org > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > -- // -- Enrique Ramirez Irizarry Lead Developer Indie Code Labs http://www.indiecodelabs.com ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Re: [sqlite] Using SQLite as an application file format (C++)

2008-08-18 Thread Enrique Ramirez
base into memory? Why not just open > it and use it off of disk? > > D. Richard Hipp > [EMAIL PROTECTED] > > > > ___ > sqlite-users mailing list > sqlite-users@sqlite.org > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqli

Re: [sqlite] SQLITE_prepare/bind to exnter data or just query?

2008-08-14 Thread Enrique Ramirez
on where you're looking at your block of text. Are you using a GUI SQLite Manager of sorts, or maybe peeking at the variable's contents from a dev IDE? -- // -- Enrique Ramirez Irizarry Lead Developer Indie Code Labs http://www.indiecodelabs.com _

Re: [sqlite] sqlite + .net cf

2008-07-26 Thread Enrique Ramirez
__ > sqlite-users mailing list > sqlite-users@sqlite.org > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > -- // -- Enrique Ramirez Irizarry ___ sqlite-users mai

[sqlite] Overall question about transactions

2008-07-24 Thread Enrique Ramirez
thousands of times. Cheers, -- // -- Enrique Ramirez Irizarry ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users