Re: (BUG+FIX) SQL error with getData and complex SELECT statements [message #46 is a reply to message #45] |
Thu, 01 June 2006 06:59 |
AJM
Messages: 2367 Registered: April 2006 Location: Surrey, UK
|
Senior Member |
|
|
If you have created transactions using the code which is in my smaller sample application you should be able to run those transactions under the full framework as well. All the file names and function names are the same, it is just the contents which are different.
What you cannot do is take some of the updated files from my full framework and plug them into the sample framework as there are too many changes - the sample application does not have a menu database nor any audit logging, for example.
You can move your transaction scripts between the two frameworks, but none of the framework code is interchangeable (except for the XSL stylesheets which are identical).
When migrating from the sample framework to the full framework the only code change you need to make is to delete the getFieldSpec_original() method from each table class as that information is now obtained from a separate file (<table>.dict.inc) which is constructed by the Data Dictionary.
I suggest you actually build each file first to check the contents against the original values just in case you need to modify any data in the dictionary before you export it.
Tony Marston
http://www.tonymarston.net
http://www.radicore.org
|
|
|