[sqlite] Database File size not exceeding 2GB

2007-07-05 Thread Krishnamoorthy, Priya (IE10)
Hi all, This is with reference to the problem mentioned below: 1) I am using NTFS file system 2) I tried in windows 2000 and Windows XP But still I am able to log only 2 GB of data. SQLite stops logging data more than that. But it is not throwing any exception also. Is

RE: [sqlite] FW: BLOB data retrieval

2007-06-28 Thread Krishnamoorthy, Priya (IE10)
: Jonas Sandman [mailto:[EMAIL PROTECTED] Sent: Thursday, June 28, 2007 11:41 AM To: sqlite-users@sqlite.org Subject: Re: [sqlite] FW: BLOB data retrieval Still would be nice to know why you feel like stepping through the whole lot to count rows? On 6/28/07, Krishnamoorthy, Priya (IE10) <[EM

RE: [sqlite] FW: BLOB data retrieval

2007-06-28 Thread Krishnamoorthy, Priya (IE10)
On 6/27/07, Krishnamoorthy, Priya (IE10) <[EMAIL PROTECTED]> wrote: > I am writing a program (in MS VC++) which has to read the blob data in > all the rows of the above mentioned table one after another. I am using > cppSQLite3 which is C++ wrapper function for accessing s

[sqlite] FW: BLOB data retrieval

2007-06-27 Thread Krishnamoorthy, Priya (IE10)
Hi, I have a database which has a table that contains BLOB data. The table has two columns - one is "Row_Num" which is of type AUTO_INCREMENT (INTERGER_PRIMARY_KEY) and the other column "Data" contains BLOB data. I am writing a program (in MS VC++) which has to read the blob data in all