How do I access stored entries/records in Umbraco Forms externally ?
Hi,
Would it be possible to externally access the entries/record that are stored within the Umbraco Forms database? For example by connecting to the database and query and fetch entries of interest (all entries need to end up in an MS Access 2010 database for further use)
Today I email all new entries and retrieve the data from the emails instead.
Sure that is possible, you could write some sql or use the api to fetch the records you wish, take a look at the Umbraco.Forms.Data.Storage.RecordStorage class
How do I access stored entries/records in Umbraco Forms externally ?
Hi,
Would it be possible to externally access the entries/record that are stored within the Umbraco Forms database? For example by connecting to the database and query and fetch entries of interest (all entries need to end up in an MS Access 2010 database for further use)
Today I email all new entries and retrieve the data from the emails instead.
Regards, /martin
Hi,
Sure that is possible, you could write some sql or use the api to fetch the records you wish, take a look at the Umbraco.Forms.Data.Storage.RecordStorage class
Thanks Tim, I'll have a go with that.
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.