RE: [sqlite] Re: cygwin compilation failure, cvs tarball, mailing list restriction on message size

2007-10-18 Thread Gary G Allen
I have unsubscribed. Why Am I still receiving messages? confirm unsubscribe from sqlite-users@sqlite.org -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, October 18, 2007 4:15 PM To: sqlite-users@sqlite.org Subject: Re: [sqlite] Re: cygwin compilation

[sqlite] DB initial creation?

2007-09-19 Thread Gary G Allen
Thanks for the help thus far. The nice people on the list have provided me with solutions to my issues I have run into so far. We are considering using SQLite for a backend db on our device. It will be used by the CLI & to store configuration data. I do not see in the source code for any api to

[sqlite] Callback Function Not Working In Example Code

2007-09-19 Thread Gary G Allen
I appreciate the help yesterday. John Stanton's advice with the compiler option got me going. I have the example code from http://www.sqlite.org/quickstart.html running. See code below. However, the callback function is not getting executed. Everything looks correct to me and the callback

[sqlite] Undefined reference Compile Error

2007-09-18 Thread Gary G Allen
Hello Everyone in SQLite land. I am totally new to the sites and sounds here. I have a issue. I hope you can help me with. I downloaded source code from: http://www.sqlite.org/download.html sqlite-3_4_2.zip (179.14 KB) Ran the makefile and everything worked fine. I have been trying to run