View unanswered posts | View active topics It is currently Sun May 19, 2013 10:07 pm



Reply to topic  [ 3 posts ] 
 Stupid question about SQL Logger 
Author Message

Joined: Nov 20, 2009
Posts: 182
Location: Houston
Post Stupid question about SQL Logger
I've been running this for a while, letting it accumulate data, but now I want to LOOK at the data. How the heck can I do this?

I have Excel 2008, but it doesn't seem to have the ability to query a SQLite database directly. Is there a simple way to get this data into Excel?

_________________
http://nerdhome.jimdo.com


Sun Jul 15, 2012 6:03 pm
Profile WWW
Site Admin
User avatar

Joined: Jan 27, 2003
Posts: 11683
Location: Texas
Post Re: Stupid question about SQL Logger
I'd like to add some options to the plugin itself for extracting out comma delimited data, but that isn't in there yet. However, you can use the sqlite3 command line from the Terminal to get the information. Take a look at the example queries on the bottom of the plugin documentation page.

You'll likely want to do something like:

Code: Select all
cd /Library/Application\ Support/Perceptive\ Automation/Indigo\ 5/
sqlite3 -header -column indigo_history.sqlite "SELECT * FROM device_history_692773228;"


You can get the device ID needed by right-clicking on the device in Indigo. If you need comma delimited data, then take a look at this tutorial which may help.

_________________
Image


Mon Jul 16, 2012 8:28 am
Profile WWW
Site Admin
User avatar

Joined: Mar 19, 2008
Posts: 6642
Location: Austin, Texas
Post Re: Stupid question about SQL Logger
I use SQLite Manager - $50 gets you a nice graphical app for managing and viewing SQLite databases.

_________________
Jay (Indigo Support)
Image


Mon Jul 16, 2012 10:45 am
Profile WWW
Display posts from previous:  Sort by  
Reply to topic   [ 3 posts ] 

Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.   Template designed by STSoftware.