Hi,
Being a newbie (and a student), I need some guidance on how to use the Dicom.DataStore to query data from the database.
Am building a simple user management plugin, and I'd like to be able to access the database using CC's own data-access classes. Writing my own would be just too easy :-)....and generally not "best-practice" or recommended. Why re-invent that wheel?
I've looked at it a bit, made sense of what I could....enough to doubt I can pass raw SQL-statements to the database through the datastore. I need such an ability so that my plugin can create the user's table if it doesn't exist, or to repair it...or something like that. However, if it is possible to create tables in the database using the objects and functions available in the data-store, do NOT hesitate to correct me and show me how it works. You could even taunt my lack of skill...just help! Yeah, I need it working quick....