Re: [sqlite] sqlite3_analyzer

2006-01-10 Thread liigo
maybe find it in sqlite-source-3.2.8.zip http://sqlite.org/sqlite-source-3_2_8.zip 在 Wed, 11 Jan 2006 01:28:48 +0800,Marco Bambini <[EMAIL PROTECTED]> 写道: Where I can find source code for sqlite3_analyzer ? I can't find it into the official sqlite-3.2.8.tar.gz archive. Thanks a lot. ---

[sqlite] How to lock my database?

2005-05-22 Thread liigo
How to lock my database? Thanks for help!

[sqlite] Can I bind a sql parameter to a filed name?

2005-05-09 Thread liigo
and How I can get the debug info that comes from sqlite3DebugPrintf() or other? thanks, liigo

[sqlite] how to localize the errror message?

2005-04-20 Thread liigo
I want to localize the error message of sqlite, such as: errcode=1: "No such table: xx" But where is the message in the source file?

Re: [sqlite] How to do: move to Next/Prev record?

2005-04-04 Thread liigo
在 Mon, 04 Apr 2005 21:11:44 +0800,Tim_Anderson <[EMAIL PROTECTED]> 写 道: -Original Message- From: liigo [mailto:[EMAIL PROTECTED] Sent: 04 April 2005 12:52 To: sqlite-users@sqlite.org Subject: Re: [sqlite] How to do: move to Next/Prev record? > Not sure exactly what you

Re: [sqlite] How to do: move to Next/Prev record?

2005-04-04 Thread liigo
在 Mon, 04 Apr 2005 19:03:59 +0800,Tim Anderson <[EMAIL PROTECTED]> 写 道: -Original Message- From: liigo [mailto:[EMAIL PROTECTED] Sent: 04 April 2005 08:58 To: sqlite-users@sqlite.org Subject: [sqlite] How to do: move to Next/Prev record? When wrap sqlite to anothe language, How

[sqlite] How to do: move to Next/Prev record?

2005-04-04 Thread liigo
When wrap sqlite to anothe language, How to do: move to Next/Prev record?

[sqlite] No password to protect the sqlite database file

2005-04-02 Thread liigo
在 Sat, 02 Apr 2005 23:47:43 +0800,Pix <[EMAIL PROTECTED]> 写 道: liigo wrote: 在 Sat, 02 Apr 2005 22:00:42 +0800,Paolo Vernazza <[EMAIL PROTECTED]> 写道: liigo wrote: About security, if i use sqlite in application, does everyone can view my database file, and get the datas in db

Re: [sqlite] About security, if i use sqlite in application, does everyone can view my database file?

2005-04-02 Thread liigo
在 Sat, 02 Apr 2005 22:00:42 +0800,Paolo Vernazza <[EMAIL PROTECTED]> 写道: liigo wrote: About security, if i use sqlite in application, does everyone can view my database file, and get the datas in db file? yes No ways to avoid it? I don't want people to get my Datas in my Database file.

[sqlite] About security, if i use sqlite in application, does everyone can view my database file?

2005-04-02 Thread liigo
About security, if i use sqlite in application, does everyone can view my database file, and get the datas in db file?