haiphy wrote: > Denver Braughler wrote: > > haiphy wrote: > > > Once I complete my development work > > > and need to distribute my system, > > > how do I export my db to customer's Cache system? > > Do you need to distribute data too, such as M globals and > > object instances? > I'm wanting to distribute all classes and table and routines and data too. > How do I do this?
Make sure all classes, tables, and routines belong to one (or more) projects. Your project(s) can be exported in XML format (this can be done from Studio \ Tools \ Export and imported by your customer with Studio \ Tools \ Import). SQL Manager can be used to export \ import your data. Other people may have more automated ways that they will share.
