Friday, February 10, 2012
Register
Login
Home
Modules
Form Master 2008
Form Master 2008 Pricing
Form Master 2008 User Guide
Downloads
Sample Forms
Support
Forum
Documentation
Videos
Support
»
Forum
Search
Support Forum
Unanswered
Active Topics
Forums
Search
Forums
>
Form Master for DNN4
>
Form Master Version 1.6.x
Custom SQL query reports.
Last Post 14 Aug 2010 12:52 AM by Code 5. 1 Replies.
Sort:
Oldest First
Most Recent First
Prev
Next
You are not authorized to post a reply.
Author
Messages
SIACOM
New Member
Posts:36
13 Aug 2010 05:54 AM
I have written a stand alone application at work to create custom reports on our DNN site.
I have been able to work out all the DNN tables and how to grab results, but I noticed that you've used XML to save multi results into one field.
Since you wrote the program, can you please let me know the SQL statement to read from FormMaster 1.6 results.
Looking for:
Extracting from the XML saved table fields...
The FormMaster Form name.
The FormMaster Field names (stored in xml)
The FromMaster Field value (stored in xml)
Count total entries by grouping the FormID
I have tried a few methods but failed :)
You obviously use the sql statement/s withing the report buttons of the module, so all I'm really asking for is something you already know.. please.
Code 5
Moderator
Advanced Member
Posts:907
14 Aug 2010 12:52 AM
Data is stored as XML fragments in the database.
When the report is run fragments are returned for the specified datespan.
When the data is returned to the process an XSL transformation takes place to convert the data to an XML representation of a DataSet.
The DataSet is then used to bind to the DataGrid
In Form Master 1.6 There is not an easy way to access the data as you would a normal SQL Table
Form Master 2008 allows you to map your forms to normal SQL tables. In this case you could do what you want with the data.
If you were to upgrade you could map the existing form to a table and import the existing data as long as it is consistant as to datatype etc.
You are not authorized to post a reply.
Form Master 2008
--Form Master 2008 for DNN4/5/6 (2.x.x)
--Share Your Creative Side
Form Master for DNN4
--Form Master Version 1.6.x
--Form Master Version 1.5.x
--Common Issues
Form Master for DNN 3
--General Discussion
--Frequently Asked Questions
--Suggestions
--Common Issues
Form Master for DNN 2
--General Discussion
Forums
>
Form Master for DNN4
>
Form Master Version 1.6.x
Active Forums 4.2
Copyright 2004-2012 Code 5 Systems, LLC.
Privacy Statement
|
Terms Of Use