"Andrea Federico" <[EMAIL PROTECTED]> wrote: > > What operating system are you running? What version > > of SQLite are you using? Did you compile it yourself > > or did you obtain a precompiled version? > > Excuse me I have forgot to insert these important information: > > Sqlite version = 3.3.1 > OS = vxWorks > CPU = powerPC > build from source. > > vxWorks is in pratical like a unix operating system. >
My first guess is that the implementation of sqlite3OsFileSize() (actually implemented as "unixFileSize" on line 1111 of os_unix.c) is not working correctly. -- D. Richard Hipp <[EMAIL PROTECTED]>

