Book a Demo

Author Topic: Working of line with rep in DB  (Read 3727 times)

Martin Terreni

  • EA User
  • **
  • Posts: 672
  • Karma: +0/-0
  • Sorry, I can't write
    • View Profile
Working of line with rep in DB
« on: December 11, 2007, 04:28:29 am »
Hi,
Is there some conbination I can do to enable work offline even if the model is kept in SQL DB?

Thanks
Recursion definition:
If you don’t understand the definition read "Recursion definition".

thomaskilian

  • Guest
Re: Working of line with rep in DB
« Reply #1 on: December 11, 2007, 04:30:59 am »
Either you use database replication (I don't think this is a nice solution) or you use VC packages.

Martin Terreni

  • EA User
  • **
  • Posts: 672
  • Karma: +0/-0
  • Sorry, I can't write
    • View Profile
Re: Working of line with rep in DB
« Reply #2 on: December 11, 2007, 04:41:33 am »
I'm using VC packages, but I guess you mean I will need to create an EAP file and import them.
that means that after changing them an inconsystency between DB model and XMI packages will exist.
We use VC (Perforce for this project), so we know we won't have coliding changes. Considering this, do you think this inconsistency may create any problems?
Thanks!
Recursion definition:
If you don’t understand the definition read "Recursion definition".

thomaskilian

  • Guest
Re: Working of line with rep in DB
« Reply #3 on: December 11, 2007, 04:53:57 am »
Martin,
as the XMI is (ought to be) interchangeable between UML tools (especially of the same brand) the underlying SQL database is (should be) irrelevant. Except you are doing some very nasty things directly on DB layer. So you shouldn't care when working offline with EAP files (or on a SQL Server Express or MySQL or whatever DB).
Edit: Except the performance might be worse on EAP for large models.
« Last Edit: December 11, 2007, 04:55:07 am by thomaskilian »

Martin Terreni

  • EA User
  • **
  • Posts: 672
  • Karma: +0/-0
  • Sorry, I can't write
    • View Profile
Re: Working of line with rep in DB
« Reply #4 on: December 11, 2007, 04:57:07 am »
thakns
Recursion definition:
If you don’t understand the definition read "Recursion definition".