Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

Re: [Alba] Links from another installation

Quote Reply
Re: [Alba] Links from another installation In reply to
I think you are trying to confuse a few things, in how it's operating.

The paths have to be Unix accessible from each server. I don't think you can load a set of defs from a directory not on that server, but it might be possible (eg: copy the defs you want to to a defs2 directory, for example).

If you load that table, to $DB2, then anything that $DB2 is used as a handle for will use that other set of defs and tables.

Any operations on that will operate on those tables. Any variables initialized as pointers to those objects will also operate on those tables. You need to grab another data object, $DB to operate on your local tables.

You need to copy any data to $DB if you wanted to save it in your local tables, where $DB was the local defs.

In theory, the .defs should only tell the object where to find the table, how to access it (eg: password) and then how to load it (the defs in the directory).

But, that object will now only operate on that set of tables.


PUGDOG� Enterprises, Inc.

The best way to contact me is to NOT use Email.
Please leave a PM here.
Subject Author Views Date
Thread Links from another installation Alba 6196 Apr 2, 2006, 5:08 AM
Thread Re: [Alba] Links from another installation
tandat 6094 Apr 2, 2006, 8:21 AM
Thread Re: [tandat] Links from another installation
Alba 6089 Apr 2, 2006, 10:01 AM
Thread Re: [Alba] Links from another installation
tandat 6087 Apr 2, 2006, 10:07 AM
Thread Re: [tandat] Links from another installation
Alba 6106 Apr 2, 2006, 10:40 AM
Thread Re: [Alba] Links from another installation
pugdog 6040 Apr 5, 2006, 8:59 PM
Thread Re: [pugdog] Links from another installation
Alba 6061 Apr 8, 2006, 8:09 AM
Thread Re: [Alba] Links from another installation
pugdog 6017 Apr 11, 2006, 5:48 PM
Thread Re: [pugdog] Links from another installation
Alba 6019 Apr 12, 2006, 12:02 AM
Thread Re: [Alba] Links from another installation
pugdog 6023 Apr 12, 2006, 1:41 AM
Thread Re: [pugdog] Links from another installation
Alba 6045 Apr 12, 2006, 3:21 AM
Post Re: [Alba] Links from another installation
pugdog 5991 Apr 13, 2006, 11:29 AM
Post Re: [Alba] Links from another installation
afinlr 6034 Apr 5, 2006, 4:43 AM