Book a Demo

Author Topic: Extending embeded database  (Read 2380 times)

Michel777

  • EA User
  • **
  • Posts: 228
  • Karma: +0/-0
    • View Profile
Extending embeded database
« on: October 25, 2013, 04:30:11 am »
Hi,

is it  allowed to extend the embeded MS Access Database with own elements, like queries, tables and so on ?  It would be the simplest way to get reports on the actula data.

Thanks,

Michel

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Extending embeded database
« Reply #1 on: October 25, 2013, 07:16:43 am »
Yes. The downside it that you can not easily export the contents of this repository unless you write your own ex- and import. If you add your own tables you should prefix them with something else than "t_".

q.
« Last Edit: October 25, 2013, 07:17:37 am by qwerty »