From: Navyatha Ummineni
Sent: Saturday, October 05, 2013 10:58 AM
To: 'sqlite-users-requ...@sqlite.org'
Subject: Execute scripts on SQLITE password protected database

Hi Sqlite Users,

I have used System.Data.Sqlite.dll  in my application to create password 
protected database. My application saves the data in this database file. Now I 
want to run a script every day which fetches data from this database and 
creates a file to store the data for analysis.

I have tried using sqlite.exe to run some commands to open this password 
protected database, but it didn't work.

Can you please tell me how to open a password protected database using 
sqlite.exe from command prompt so that we can create a script or .bat file to 
do the same?

Thanks in advance,
Navyatha
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to