Re: [sqlite] SQLite encription

2009-10-19 Thread Francisc Romano
I didn't think it did, I will search for this.
Thank you!
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] SQLite encription

2009-10-19 Thread Francisc Romano
Hmm, well the thing is I am building an app that runs on Adobe AIR which has
native support for SQLite.
Involving third-party software would probably involve having to install it
on the computers of various users of the application which would complicate
things a bit too much.

I am looking for an internal solution. Like setting a user auth for
the SQLite database file to allow/deny acces?
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


[sqlite] SQLite encription

2009-10-18 Thread Francisc Romano
 Hello!

Is it possible to encript SQLite databases so that they cannot be referenced
outside the program that uses it?
If not, can you set a user and password for a SQLite database?

Thank you!
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


[sqlite] SQLite encription

2009-10-17 Thread Francisc Romano
Hello!

Is it possible to encript SQLite databases so that they cannot be referenced
outside the program that uses it?
If not, can you set a user and password for a SQLite database?

Thank you!
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] SQLite performance with lots of data

2009-10-02 Thread Francisc Romano
Very good idea! Thank you!
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] SQLite performance with lots of data

2009-10-02 Thread Francisc Romano
Wow. I did not expect such a quick answer...
Is there somewhere I can read exactly how fast and how big databases SQLite
can take, please?
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


[sqlite] SQLite performance with lots of data

2009-10-02 Thread Francisc Romano
Hello!

I am not entirely certain this is the right way to proceed, but I haven't
been able to find the appropriate official SQLite forum (if one exists).
I want to create a rather complex AIR application that will have to deal
with a massive database.
My question is:

Is SQLite capable of dealing with large ammounts of data and still perform
quickly?

Thank you!
Francisc
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users