Re: [sqlite] HELP sqlite3 used in vxworks has some problem

2014-09-02 Thread
firstly : Even if I used #if OS_VXWORKS || osAccess(zPath,0) != 0 #endif or I used #if OS_VXWORKS }else if(errno == 0x380003 || errno == 13 ) rc = SQLITE_IOERR_DELETE_NOENT: #endif Without the SQLITE_ENABLE_LOCKING_STYLE compile option, I tried the above two

Re: [sqlite] HELP sqlite3 used in vxworks has some problem

2014-09-02 Thread
Thank Andy Ling. best wishes. regards Wang Qinggang. At 2014-09-02 09:45:47, Andy Ling andy.l...@quantel.com wrote: -Original Message- From: sqlite-users-boun...@sqlite.org [mailto:sqlite-users- boun...@sqlite.org] On Behalf Of ??? Sent: 02 September 2014 13:41 To:

Re: [sqlite] HELP sqlite3 used in vxworks has someproblem?

2014-08-29 Thread
...@quantel.com 写道: Sorry, I meant unixDelete My guess is that because you are using the host filing system vxWorks will be setting yet another error code for a file that doesn’t exist. So it will need another check adding to unixDelete Regards Andy Ling From:王庆刚 [mailto:2004wqg2

Re: [sqlite] HELP sqlite3 used in vxworks has someproblem?

2014-08-28 Thread
is causing the disk I/O error. Did you try putting some debug in unixUnlink? Regards Andy Ling From:王庆刚 [mailto:2004wqg2...@163.com] Sent: 27 August 2014 16:17 To: Andy Ling Cc:sqlite-users@sqlite.org; Jan Nijtmans Subject: Re:RE: [sqlite] HELP sqlite3 used in vxworks has someproblem

Re: [sqlite] HELP sqlite3 used in vxworks has someproblem?

2014-08-27 Thread
that need feeding back into the source? Regards Andy Ling From:王庆刚 [mailto:2004wqg2...@163.com] Sent: 26 August 2014 13:44 To: Andy Ling Cc:sqlite-users@sqlite.org; Jan Nijtmans Subject: Re:RE: Re:Re: [sqlite] HELP sqlite3 used in vxworks has someproblem? hi, Andy Ling: The error

Re: [sqlite] HELP sqlite3 used in vxworks has someproblem?

2014-08-26 Thread
From: 王庆刚 [2004wqg2...@163.com] Sent: 25 August 2014 13:13 To:sqlite-users@sqlite.org; Andy Ling; Jan Nijtmans Subject: Re:Re: [sqlite] HELP sqlite3 used in vxworks has someproblem? hi I modified the code sqlite3.c according to you method, as follow http://fossil-scm.org/index.html

Re: [sqlite] HELP sqlite3 used in vxworks has someproblem?

2014-08-25 Thread
...@gmail.com 写道: 2014-08-03 9:56 GMT+02:00 Jan Nijtmans jan.nijtm...@gmail.com: 2014-08-02 16:00 GMT+02:00 王庆刚 2004wqg2...@163.com: hi , Can Sqlite3.c and sqlite.h be compiled in Workbench3.2 for Vxworks6.8 ? When I compile them , there have so many problems . You can find

[sqlite] HELP sqlite3 used in vxworks has someproblem?

2014-08-02 Thread
hi , Can Sqlite3.c and sqlite.h be compiled in Workbench3.2 for Vxworks6.8 ? When I compile them , there have so many problems . ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users