[sqlite] blocks of read/write

2008-05-09 Thread Jorge Pereira
of the sqlite in read/write on filesystem!? Thank you! -- Regards, ++ Jorge Pereira, From: Olinda/Pernambuco/Brazil Blog: http://www.jorgepereira.com.br/ E-mail: [EMAIL PROTECTED], [EMAIL PROTECTED] Mobile: +55 (81) 8833

[sqlite] specific size of block to write/read?

2008-05-09 Thread Jorge Pereira
hy folks! anybody known for use specific size of block to write/read? thkz! -- Regards, ++ Jorge Pereira, From: Olinda/Pernambuco/Brazil Blog: http://www.jorgepereira.com.br/ E-mail: [EMAIL PROTECTED], [EMAIL

[sqlite] how to use specific size of block to write/read?

2008-05-09 Thread Jorge Pereira
hy folks! anybody known that for use specific size of block to write/read? thkz! -- Regards, ++ Jorge Pereira, From: Olinda/Pernambuco/Brazil Blog: http://www.jorgepereira.com.br/ E-mail: [EMAIL PROTECTED], [EMAIL

[sqlite] problems with performance uclinux + sqlite

2008-05-06 Thread Jorge Pereira
:52:27 BRT 2008 # I try running on (SDCARD + FAT32) and ROMFS, but same performance somebody have ideas for a STUPID SLOWLY? -- Regards, ++ Jorge Pereira, From: Olinda/Pernambuco/Brazil Blog: http://www.jorgepereira.com

[sqlite] help with sql query / command SUM

2008-01-13 Thread Jorge Pereira
Hi folks! I Have two tables, and i need access data from both. below it's my tables; CREATE TABLE Product ( CD_PROD INTEGER CONSTRAINT PK_PROD NOT NULL PRIMARY KEY AUTOINCREMENT, CD_REMT_COMM INTEGER CONSTRAINT FK_PROD_REMT_COMM REFERENCES Remote_command(CD_REMT_COMM),