[erlang-questions] How can I read schema table in mensia?

Hakan Mattsson hakan@REDACTED
Fri May 15 10:24:35 CEST 2009


On Fri, 15 May 2009, devdoer bird wrote:

> can I read a record from schema table?

Use 

  mnesia:system_info(tables).

to get a list of all tables and use

  mnesia:table_info/2

to get schema info about a given table.

/Håkan
---
Håkan Mattsson (uabhams)
Erlang/OTP, Ericsson AB


More information about the erlang-questions mailing list