Sk Firstly you do *not* need to map your global data to objects to use CSP
CSP itself uses Cache Objects but can access and present in HTML any data source that Cache can see (including globals and SQL databases) Secondly do not confuse the API csp:bind layer with CSP itself - this is a collection of Cache Server Rules and the Form Wizard that make life easier to develop - but whilst this API layer looks sexy it's not such a good tool for complex apps Thirdly you can map Cache Globals to Classes - the technology is CacheSQLStorage where you have complete control over the global storage of data - also once you have mapped your globals it opens the data to SQL/ODBC access I believe there are some notes on this at the mgateway site or look at previous posts HTH Peter On Mon, 31 May 2004 16:39:20 +1000, "SK" <[EMAIL PROTECTED]> wrote: >Hi, > >I have a Mumps app that I want to convert >to CSP. I need to keep the global data structure the >same. Can someone tell me if it is possible to map my globals to objects? If >so, how can this be achieved? > >Thanks >sk >
