Re: [sqlite] HEllo All

2005-03-30 Thread alok
Thanks very much Sir! - Original Message - From: "ëìê" <[EMAIL PROTECTED]> To: Sent: Thursday, March 31, 2005 10:29 AM Subject: Re: [sqlite] HEllo All > http://www.sqlite.org/cvstrac/wiki?p=DateAndTimeFunctions > > alok wrote: > > >Thanks Mr George, > > Thanks for

Re: [sqlite] HEllo All

2005-03-30 Thread 박인구
http://www.sqlite.org/cvstrac/wiki?p=DateAndTimeFunctions alok wrote: Thanks Mr George, Thanks for reply, I will try that Activex Com wrapper.I have a very small query Sir, Is SQLITE support DATE/TIME base searching. Any example related to that is very great help. Thanks Alo

Re: [sqlite] HEllo All

2005-03-30 Thread alok
Thanks Mr George, Thanks for reply, I will try that Activex Com wrapper.I have a very small query Sir, Is SQLITE support DATE/TIME base searching. Any example related to that is very great help. Thanks Alok Gupta - Original Message - From: "George Ionescu" <[EMAI

[sqlite] How to crosscompile sqlite for the arm linux??

2005-03-30 Thread Huang Fuguang
Hello all what should I do if i want to crosscompile sqlite for the arm linux?? should I change the configure setting?? I am using MontaVista linux for arm. When executing configure(configure --host=arm-linux), some error happen. Here is the error message: checking dynamic linker

[sqlite] AIX 5.2 make test failures with release 3.2.0

2005-03-30 Thread Gerry Blanchette
I'm hoping that someone may explain to me or help me troubleshoot this issue I am encountering with make test failures on AIX using (unmodified) SQLite 3.2.0. At first I thought I was encountering Ticket #1112, but I receive no summary of errors at the end. Instead, the script produces this befor

[sqlite] Reading Database Schema Info. in Perl

2005-03-30 Thread nnavedd
I need to be able to read all table names in the database, and further all attribute names in each table. ( am using DBD::SQLite in Perl) For gathering all the table names I've used the sqlite_master table. The problem is that the information on the attributes of each table is returned as a strin

[sqlite] Characters with accent

2005-03-30 Thread Nádaski Dávid
Hi, I've been trying to get sqlite to work with characters independent to my codepage, and I faced the following problem in my application: when using insert, update or select to manage strings in the database, from the app. side everything went fine - I've inserted locale-specific characters,

Re: [sqlite] Deleting journal files

2005-03-30 Thread Gé Weijers
The idea behind the transaction file is the following: The database is stored in pages of a fixed size. The first time a page is modified after the start of a transaction the old contents of the page are saved in the transaction log together with its index. Once the transaction is committed the

Re: [sqlite] Leaving List?

2005-03-30 Thread Peter Jay Salzman
On Wed 30 Mar 05, 11:20 AM, Richard Thomas <[EMAIL PROTECTED]> said: > Hi; > I've got to leave the list for some time. My system crashed big time and > I've lost all my e-mail list controls for all my lists. How do I turn off my > subscription? > Thanks > Rick of Farmington Mich. U > SA Hi Ric

[sqlite] Leaving List?

2005-03-30 Thread Richard Thomas
Hi; I've got to leave the list for some time. My system crashed big time and I've lost all my e-mail list controls for all my lists. How do I turn off my subscription? Thanks Rick of Farmington Mich. U SA

[sqlite] test errors on OSX

2005-03-30 Thread Jason Jobe
I don't know if this the right forum for this but I just did a CVS update, built and ran the standard "make test". 10 errors out of 19855 tests Failures on these tests: autovacuum-ioerr-6.1.1 autovacuum-ioerr-6.2.1 autovacuum-ioerr-6.3.1 autovacuum-ioerr-6.4.1 autovacuum-ioerr-6.5.1 ioerr-6.1.1

[sqlite] ANN Delphi components for SQLite 3.2.1

2005-03-30 Thread albert drent
Today a new version of the open source Delphi / BCC components for SQLite 3.2.1. has been released. There are several improvements and (minor) bugfixes. Major enhancement is support for the IProvider interface, the database-independent layer of Delphi. Components can be downloaded from sqlite.aduc

Re: [sqlite] HEllo All

2005-03-30 Thread Uriel_Carrasquilla
If you need protection at the Operating System level for the file where the database resides, then, depending on whether is Linux/Unix or Windows you protect it the same way you protect any other file. Regards, [EMAIL PROTECTED] NCCI Boca Raton, Florida 561.893.2415 greetings / avec mes meill

Re: [sqlite] sqlitebrowser alternative

2005-03-30 Thread Uriel_Carrasquilla
Andrea: thank you very much for your terrific contribution. Why don't you and Noel take this off-line. It seems to be something very specific to Noel's environment and may be the list is not the vehicle for such details. Regards, [EMAIL PROTECTED] NCCI Boca Raton, Florida 561.893.2415 greet

Re: [sqlite] HEllo All

2005-03-30 Thread George Ionescu
Hello Gupta, depending on the platform you're using, you could try our SQLiteDb (ActiveX COM Wrapper) which support on-the-fly database encryption. (search for it at http://www.sqlite.org/cvstrac/wiki?p=SqliteWrappers) Best regards, George Ionescu

Re: [sqlite] sqlitebrowser alternative

2005-03-30 Thread Andrea Giammarchi
Eric Pankoke wrote: I gave it a try, and it told me a DLL was missing. So I put that DLL (msvcr71.dll, I believe) in my Windows\System32 directory, then it told me another DLL was missing, so at that point I gave up. Eric Pankoke Well, there are 4 man that cannot open this program ... what a mista

Re: [sqlite] HEllo All

2005-03-30 Thread Marcel Strittmatter
I amVery much Beginner to SQLITE, i have very simple query:- How to password protect the db file. There is no simple method to just password protect the database. If you want to protect the database you should consider encrypting it. You can buy the encryption extension from hwaci (http://w

[sqlite] HEllo All

2005-03-30 Thread alok
Hello All Great programmer, I amVery much Beginner to SQLITE, i have very simple query:- How to password protect the db file. Thanks Alok Gupta