[sqlite] Help please. Create and open encrypted sqlite database in java

2011-10-17 Thread Mahesh Walasang
Hello blogger, I want to create encrypted sqlite database in java. I don't know whether it is possible or not. There is not much details about this in the net. I tried SQLite.Database db = new SQLite.Database(); try { db.key("Steer@123"); db.open("db3", 0666);

[sqlite] Help Please Sqlite3Explorer

2008-11-03 Thread Rajesh Nair
Hi all I have asked about Sqlite3 reporting tool before. I got some reply and I downloaded the Sqlite3Explorer and the dll mkfrXengine.dll for the reporting service. But it can be used with only SqLite3Explorer and is working perfectly along with it. Can any one help me to call the function "*

Re: [sqlite] Help please

2004-09-19 Thread Tito Ciuro
On Sep 19, 2004, at 09:46, EzTools Support wrote: There was a definition for MAX_BYTES_PER_ROW. I cannot find it anymore in 3.0.7. Is there still such a concept as maximum row size? http://www.mail-archive.com/[EMAIL PROTECTED]/msg03325.html -- Tito

[sqlite] Help please

2004-09-19 Thread EzTools Support
There was a definition for MAX_BYTES_PER_ROW. I cannot find it anymore in 3.0.7. Is there still such a concept as maximum row size? TIA -Brett Goodman