Re: [sqlite] Fw: Re: SQlite JDBC driver - need help

2010-08-26 Thread Israel Lins Albuquerque
I want to finish that confusion! 1st point: JSP means Java Server Pages and runs on an Apache TomCat server. The java code runs ON server and NOT in client! 2nd: Then the db files don't need be directed accessed by the web client, this is unsafe. Exemple: DriverManager.getConnection("jd

Re: [sqlite] Fw: Re: SQlite JDBC driver - need help

2010-08-25 Thread Pavel Ivanov
Dev, Do you understand that SQLite is not a server application and it has no access control facilities? It is just some library code that helps accessing files that have some well-defined internal format. So your application will be able to access any database accessible by the user running your e

[sqlite] Fw: Re: SQlite JDBC driver - need help

2010-08-25 Thread Dev Movva
Hello,     Can some one please help me how do I connect to SQLite from a JSP page with windows authentication mode?   Thank you,   Dev --- On Wed, 8/25/10, Richard Hipp wrote: From: Richard Hipp Subject: Re: SQlite JDBC driver - need help To: "Dev Movva" Date: Wednesday, August 25, 2010, 3:0