Re: [sqlite] WinCE port

2004-10-09 Thread John Oliva
Nuno, Is this port freely available? I presume you can use it to build the textfixture for running on the PPC target. Thanks, John Oliva > Stober, Mel, dando pulos de alegria, escreveu : >> I created an MFC for WinCE version of shell.c to make it easier to enter >> text and see error messages.

RE: [sqlite] still having problems with DBD::SQLite2

2004-10-09 Thread Darren Duncan
At 2:21 PM -0500 10/9/04, Freeman, Michael wrote: Well in my discovery, it seems sqlite is just a flat file and cannot be updated by multiple processes/threads/whatever at the same time. You can do selects, but not anything that modifies it. My problem was that I was working in a "threaded"

RE: [sqlite] still having problems with DBD::SQLite2

2004-10-09 Thread David Morel
Le sam 09/10/2004 à 21:21, Freeman, Michael a écrit : > Look for patches to come. Also, on that note, might as well make a > DBD::SQLite3. Another DBD for sqlite 3, then ? Looks like there will be plenty to choose from ;-) -- ** [EMAIL PROTECTED] OpenPGP

RE: [sqlite] still having problems with DBD::SQLite2

2004-10-09 Thread Freeman, Michael
Well in my discovery, it seems sqlite is just a flat file and cannot be updated by multiple processes/threads/whatever at the same time. You can do selects, but not anything that modifies it. My problem was that I was working in a "threaded" environment where I had multiple threads trying to do

Re: [sqlite] Sqlite explorer

2004-10-09 Thread D. Richard Hipp
D. Richard Hipp wrote: mike cariotoglou wrote: > if DRH can provide the upload space, I could make them public, free of charge > of course. > I've added generic file sharing space on the sqlite website. http://www.sqlite.org/tsc/contrib Correction: http://www.sqlite.org/contrib The

Re: [sqlite] Sqlite explorer

2004-10-09 Thread D. Richard Hipp
mike cariotoglou wrote: > if DRH can provide the upload space, I could make them public, free of charge > of course. > I've added generic file sharing space on the sqlite website. http://www.sqlite.org/tsc/contrib You will need a user-id and password to upload. Contact me by private email to

[sqlite] WinCE Sqlite 3.0.7 config file missing alot of stuff that is contained in 2.8.15

2004-10-09 Thread Steve Frierdich
The config.h file for WinCE version sqlite 3.0.7 downloaded from sourceforge http://sourceforge.net/project/showfiles.php?group_id=88393_id=125382_id=271513 is very different from the config.h for version 2.8.15. The 3.0.7 version does not contain structures, define statements, inline functions,

[sqlite] Any WINCE sqlite 3.0.7source code tha t implement database locks available for download.

2004-10-09 Thread Steve Frierdich
Does anyone have or know where I can download WINCE sqlite 3.0.7 source code that implement database locks. Steve Frierdich

[sqlite] WinCE sqlite version 3.0.7 source code with fixes available?

2004-10-09 Thread Steve Frierdich
Does anyone have WinCE sqlite version 3.0.7 source that has fixes and has been tested on WinCE and works available for download? I downloaded some WinCE source from a website but there were bugs in it when I compiled the source code. The bugs were minor and simple to fix, but they were bugs

Re: [sqlite] Help with query

2004-10-09 Thread Brian Pugh
Fred, A query I can understand! This was my attempt, and worked to some degree, but yours is more workable and, I feel, more accurate "select NewsData.Postcode,NewsData.Address1,Agents.Code,Agents.Shopname,Agents.Addre ss1.Agents.Price from NewsData join Agents on NewsData.Postcode where