Re: [sqlite] Java wrapper for both windows and linux

2007-03-30 Thread mohsen ahmadian

Hello All
iam java starter and love sqlite . when i download java wraper for sqlite
this is good work in windows but it cant work in linux .i have this
exception not found libraryjsqlite.so Althought, i download sqlite.so and
rename to it .where is solution

On 3/30/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:



 I have been unable to get this package to compile under Linux. Do you
use it
 in Linux, or Windows?

I remember I also had problem compiling this. It didnt find some
executable.
I'v downloaded missing executable, put it in PATH and there were no other
problems.
But actually it isn't necessary if you want only JNI version. By default
both
version are compiled, and most time is spent building NestedVM version -
it
is also the one that causes problems. Even if there is no single target in
the make that makes JNI version, it shouldn't be hard to remove all stuff
required for NestedVM (JNI version only needs SQlite and downloaded
source).

--
Nawet 50MB w jednym mailu  http://link.interia.pl/f19e7



-
To unsubscribe, send email to [EMAIL PROTECTED]

-




Re: [sqlite] File locking additions

2006-03-19 Thread mohsen ahmadian
hello All
 the sqlite cant lock db for security data base if i have  a DB and must be
close from Other program and cant Open this DB ,this DBMS not protect DB by
User name and password
i think a sqlite must be have 
Mohsen Ahmadian


[sqlite] Create Username and password for db

2006-03-04 Thread mohsen ahmadian
hello all
 how to Create User name and Password for access to db on connection
to security db
thank
 Mohsen Ahmadian