Library out of sequence indicates the application is making a call to sqlite in 
the wrong order. Recheck your application code and make sure the bind is 
against a valid statement handle.

HTH.

Joanne Pham <[EMAIL PROTECTED]> wrote: If I deleted all the database files and 
run the program again I got the error messages as below:
 bindColumns: SQL Bind error: Db = /opt/phoenix/monitor/CommonDB,  library 
routine called out of sequence
So something wrong with my handle statememt or the sqlite's library but I 
couldn't find the solution for this problem. Any ideas.
Thanks,
JP


----- Original Message ----
From: John Stanton 
To: sqlite-users@sqlite.org
Sent: Monday, January 21, 2008 6:51:08 PM
Subject: Re: [sqlite] Program is crahed on sqlite3_bind_int

Did you change something on the machine.  Is it Windows or Linux?

Joanne Pham wrote:
> Thanks!! So how to fix this problem..
> -JP
> 
> 
> 
> ----- Original Message ----
> From: John Stanton 
> To: sqlite-users@sqlite.org
> Sent: Monday, January 21, 2008 3:11:52 PM
> Subject: Re: [sqlite] Program is crahed on sqlite3_bind_int
> 
> It is accessing a mutex.  Looks like you have something wrong with a 
> shared library or DLL.
> 
> Joanne Pham wrote:
>> Hi All,
>> The exactly error message below:
>> sqlite3_bind_int64 (pStmt=0x40058a28, i=1, iValue=10) at ./src/vdbeapi.c:897
>> 897    ./src/vdbeapi.c: No such file or directory.
>>        in ./src/vdbeapi.c
>> Current language:  auto; currently c
>> Thanks,
>> JP
>>
>>
>> ----- Original Message ----
>> From: Joanne Pham 
>> To: sqlite-users@sqlite.org
>> Sent: Monday, January 21, 2008 2:33:37 PM
>> Subject: [sqlite] Program is crahed on sqlite3_bind_int
>>
>> Hi All,
>> I am using sqlite 3.5.2 and Suddenly my program is crashed on 
>> sqlite3_bind_int command 
>> The error message from the crash is :
>>
>> sqlite3_bind_int64 (pStmt=0x40058a28, i=1, iValue=10) at ./src/vdbeapi.c:897
>> 897    ./src/vdbeapi.c: No such file or directory.
>>        in ./src/vdbeapi.c
>>
>> I had no clue what is going on and Don't know how to fix this problem.
>> Do you know what is problem with sqlite3_bind_int? It used to work last week 
>> and suddenly it didn't work any more.
>> Your help is greatly appreciated
>> JP
>>
>>
>>      
>> ____________________________________________________________________________________
>> Never miss a thing.  Make Yahoo your home page. 
>> http://www.yahoo.com/r/hs
>>
>>
>>      
>> ____________________________________________________________________________________
>> Looking for last minute shopping deals?  
>> Find them fast with Yahoo! Search.  
>> http://tools.search.yahoo.com/newsearch/category.php?category=shopping
> 
> 
> -----------------------------------------------------------------------------
> To unsubscribe, send email to [EMAIL PROTECTED]
> -----------------------------------------------------------------------------
> 
> 
>      
> ____________________________________________________________________________________
> Looking for last minute shopping deals?  
> Find them fast with Yahoo! Search.   
> http://tools.search.yahoo.com/newsearch/category.php?category=shopping


-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------


      
____________________________________________________________________________________
Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ 

Reply via email to