Re: [sqlite] Data Analysis help

2008-10-11 Thread Merv
Hi James, I don't know if you received the help you were looking for, if not contact me directly at [EMAIL PROTECTED] Have a super one! Merv James Mills wrote: > HI folks, > > I'm seeking some assistance in analyzing > a rather flat database (imported from Excel / CSV). > I recognize the need

Re: [sqlite] strcpy and sqlite3_column_text

2008-10-11 Thread Asif Lodhi
Hi All, On 10/10/08, Jay A. Kreibich <[EMAIL PROTECTED]> wrote: > On Fri, Oct 10, 2008 at 12:59:31PM -0400, Igor Tandetnik scratched on the > wall: >> Shaun R. <[EMAIL PROTECTED]> wrote: > It is true that on most systems "char" is signed, but it is worth > remembering that this is not

Re: [sqlite] HOWTO: Parse user SQL and add persistent SQL

2008-10-11 Thread Roger Binns
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kristoffer Danielsson wrote: > However, if it turns out that parsing the VM-structure is incredibly hard, The "vm structure" is actually byte code for a virtual cpu (one that happens to be incredibly effective at dealing with the underlying details

Re: [sqlite] sqlite3_open() problem

2008-10-11 Thread D. Richard Hipp
On Oct 10, 2008, at 4:59 PM, <[EMAIL PROTECTED]> <[EMAIL PROTECTED] > wrote: > Hello Team. > > I have a problem with running SQLite. > I am running linux 2.6.17 on *ARM* and basically problem is that my > application > is crushing on *sqlite3_open*() function while the sqlite3 command > shell

Re: [sqlite] sqlite3_open() problem

2008-10-11 Thread Neo
I also had crashing problem on Windows 95 (yes, old Windows 95). I posted a mail to this list, but was doing it on another email account so it did not appear in list. I was wondering there might be some subtle problems in sqlite3_open. [EMAIL PROTECTED] wrote: > Hello Team. > > I have a