Thank You 9000 but since I'm a not really into programming what should i do with this codes? Go to terminal and type the string as you stated? Thank You for your patience. I forgot.. where the file in case will be stored then? I tried to go to terminal and write the first code you wrote but nothing happen.
echo "<TABLE>" > /home/user/MyDocs/output.html sqlite3 -html /home/user/.rtcom-eventlogger/el-v1.db "SELECT start_time,service_id,event_type_id,free_text, remote_uid FROM Events ORDER BY start_time DESC;" >> /home/user/MyDocs/output.html echo "</TABLE>" >> /home/user/MyDocs/output.html