Local-only Magma?

Chris Muller afunkyobject at yahoo.com
Fri Aug 2 16:52:57 UTC 2002


> Is there
> anyway to not have a network server, per se, but simply interact with the
> database locally, never having to go to the network?

Yes, you have to load the MagmaServer change set, then you can use:

  | mySession |
  mySession := MagmaSession openLocal: '<file name>'.
  mySession connectAs: 'Aaron'



__________________________________________________
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com



More information about the Squeak-dev mailing list