On Tue, 9 Dec 2008, Rick Pettit wrote: > Is there a way to access a remote local_content mnesia table without > having special code loaded on the remote node for accessing the table? No, there is no such support for access within transactions. You need to use the mnesia:dirty* functions. /Håkan