Re: [sqlite] SQLITE3_OPEN returns SQLITE_NOMEM

2008-12-22 Thread Nuno Lucas
On Mon, Mar 24, 2008 at 3:13 PM, sqlite wrote: > > Dear All, > > I have just started using the SQLite Db in my applications. My application > runs under MIPS processor. I have generated the Sqlite3.dll and Sqlite3.lib > file for the MIPS processor and it is geting

Re: [sqlite] SQLITE3_OPEN returns SQLITE_NOMEM

2008-12-21 Thread hussainfarzana
Dear Kartthi, Hope you have resolved this issue, and we have started 3.6.7 version of Sqlite and now we too got the same error. If you have already solved this and having a solution, kindly guide us so that we could get rid of this issue. Note: We are working with 3.6.1 version of sqlite and it

Re: [sqlite] sqlite3_open returns SQLITE_NOMEM

2008-06-26 Thread Nuno Lucas
On Thu, Jun 26, 2008 at 1:38 AM, Ryan Clark <[EMAIL PROTECTED]> wrote: > This is a "known" issue. > http://www.sqlite.org/cvstrac/tktview?tn=2508,6 And I had proposed a patch about a month before: http://www.sqlite.org/cvstrac/tktview?tn=2479 Regards, ~Nuno Lucas > > The fix is to include

Re: [sqlite] sqlite3_open returns SQLITE_NOMEM

2008-06-25 Thread Ryan Clark
ehalf Of Ryan Clark > Sent: Wednesday, June 11, 2008 12:20 PM > To: 'sqlite-users@sqlite.org' > Subject: [sqlite] sqlite3_open returns SQLITE_NOMEM > > FWIW, this behavior seems similar to: > http://sqlite.org:8080/cgi-bin/mailman/private/sqlite-users/2008- > March/001419.htm

[sqlite] sqlite3_open returns SQLITE_NOMEM

2008-06-11 Thread Ryan Clark
FWIW, this behavior seems similar to: http://sqlite.org:8080/cgi-bin/mailman/private/sqlite-users/2008-March/001419.html http://tinyurl.com/5w5ttg Ryan ___ sqlite-users mailing list sqlite-users@sqlite.org

[sqlite] sqlite3_open returns SQLITE_NOMEM

2008-06-11 Thread Thomas Wang
Hi, I am writing a program on Windows CE 6.0 that needs some light database use, so tried SQLITE. When I make a call to sqlite3_open(...), I get a return code of SQLITE_NOMEM. The sqlite version used is 3.5.8 in the single source file (amalgamation) My program is developed in Visual C++ 2005

[sqlite] SQLITE3_OPEN returns SQLITE_NOMEM

2008-03-24 Thread sqlite
Dear All, I have just started using the SQLite Db in my applications. My application runs under MIPS processor. I have generated the Sqlite3.dll and Sqlite3.lib file for the MIPS processor and it is geting compiled. When i use Sqlit3_Open function to open a DB, it fails with the error message