Search code examples
.netwindowsesent

Extensible Database Engine;can tables be related


Can E.S.E tables be related to one another?


Solution

  • If you mean something like joins or foreign key relations, then no. Each table stands alone and any logic like that has to be provided by the application.