i've tried many combinations of oledb, odbc, and credentials, but it just doesn't seem to work.
the sql explorer shows tables that I don't see in MS Access (i.e. MSysAccessObjects, MSysAccessXML, MSysObjects, MSysQueries). So the tool seems to be presenting a "raw" results of what is in the Access table and not showing any linked tables.
And also, the queries randomly show up in either the Views or Stored Procedures tree. 15 queries show up in Views and 12 show up in Stored Procedures.
Is there any other way i can pipe database results into VisualCron?
My end result, is to send a notification if the value from the database is greater than 0.
Thanks.