I am using SQLite on a small webproject and I usually use MySQL.

As we know in MySQL there is a user/pass authentication to the DB.


In the File tree onthe SQLite site I can see in the /ext directory the userauth 
folder.


It seems like this is not enabled by default.


So I started reading the compile instructions and I was able to take VS2010 C++ 
and compile the amalgamate files.


So now I am stuck.  Here are my questions.


Do I need this extension if I want to add a layer of security to my web 
application.


I see the encryption ability and I have SQL Manager tool and I can encrypt a 
new file.  Is this good enough?


If I want to compile with the Ext/userauth in VS2010 how do I do it? I see some 
references but I don't usually compile anything so I am not sure what I am 
doing here.


Does anyone use this extension here?


Maybe someone can get me straightened out.


Thanks,
Frank

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to