hi all!<br>i am progamming in erlang with mnesia database.i create a datatable using following expression<br><br>mnesia:create_table(users,   [{disc_copies,[node(),e2@localhost]},{attributes, record_info(fields,users)}]),<br>
<br><br>i think it is created properly .<br><br>but when i try to read the table it gives the following error.<br><br>error,{"Cannot install fallback",enoent}}<br><br><br><br>can any body let me know why this error occured and how can it be overcome?<br>
<br>regars<br><br>prasantha<br>