I'm trying to create a Quartz Composition that reads data from SQLite then displays it accordingly.
How would I go about accomplishing this?


There's no native support for SQLite in QC. So you'll either have to have a custom application handle the SQLite stuff (and provide the data to QC), or write a custom plugin that can access a SQLite database.

Displaying it accordingly depends upon the structure/contents of the rows you load -- text and numbers can be rendered to images using Image With String, while blobs of image data would be trickier to visualize.

--
[ christopher wright ]
[email protected]
http://kineme.net/

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Quartzcomposer-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/quartzcomposer-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to