Re: [sqlite] Compress function

2006-07-19 Thread Cesar David Rodas Maldonado
D. Richard Hipp... You are amazing!!! Thanks a lot for Sqlite and for help me! God save D. Richard Hipp! On Wed, 19 2006 17:44:46 -0400, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: "Cesar David Rodas Maldonado" <[EMAIL PROTECTED]> wrote: > I need a funcion from compress a row with Zlib and

Re: [sqlite] Compress function

2006-07-19 Thread John Stanton
Cesar David Rodas Maldonado wrote: I compile SQLITE 3 source into my APP, but i will like to use like mysql uses ( the COMPRESS() function into the sql), understand? I understand. Unfortunately I haven't implemented that.

Re: [sqlite] Compress function

2006-07-19 Thread Cesar David Rodas Maldonado
I compile SQLITE 3 source into my APP, but i will like to use like mysql uses ( the COMPRESS() function into the sql), understand?

Re: [sqlite] Compress function

2006-07-19 Thread John Stanton
Cesar David Rodas Maldonado wrote: I need a funcion from compress a row with Zlib and I am wondering if SQLite support or if someone did it and want to share him or her code. Thanks to all Do you want to have it as an Sqlite function or as a function in your application? In general you

Re: [sqlite] Compress function

2006-07-19 Thread Jay Sprenkle
On 7/19/06, Cesar David Rodas Maldonado <[EMAIL PROTECTED]> wrote: Do you know for how much money? On 7/19/06, Jay Sprenkle <[EMAIL PROTECTED]> wrote: > > The author of Sqlite also sells a version that compresses and encrypts > the database. from this page:

Re: [sqlite] Compress function

2006-07-19 Thread Cesar David Rodas Maldonado
Do you know for how much money? On 7/19/06, Jay Sprenkle <[EMAIL PROTECTED]> wrote: The author of Sqlite also sells a version that compresses and encrypts the database. On 7/19/06, Cesar David Rodas Maldonado <[EMAIL PROTECTED]> wrote: > Thanks Hugh, i think it will be useful for me... > > On

Re: [sqlite] Compress function

2006-07-19 Thread Jay Sprenkle
The author of Sqlite also sells a version that compresses and encrypts the database. On 7/19/06, Cesar David Rodas Maldonado <[EMAIL PROTECTED]> wrote: Thanks Hugh, i think it will be useful for me... On Wed, 19 Jul 2006 16:07 +0100 (BST), Hugh Gibson <[EMAIL PROTECTED]> wrote: > > You could

Re: [sqlite] Compress function

2006-07-19 Thread Cesar David Rodas Maldonado
Thanks Hugh, i think it will be useful for me... On Wed, 19 Jul 2006 16:07 +0100 (BST), Hugh Gibson <[EMAIL PROTECTED]> wrote: You could try http://web.utk.edu/~jplyon/sqlite/code/sqaux-userfns.c but it's a little old now. Hugh

Re: [sqlite] Compress function

2006-07-19 Thread Hugh Gibson
You could try http://web.utk.edu/~jplyon/sqlite/code/sqaux-userfns.c but it's a little old now. Hugh

[sqlite] Compress function

2006-07-19 Thread Cesar David Rodas Maldonado
I need a funcion from compress a row with Zlib and I am wondering if SQLite support or if someone did it and want to share him or her code. Thanks to all