Book a Demo

Author Topic: Reverse Engeneer sqlite  (Read 4473 times)

Martin Krischik

  • EA Novice
  • *
  • Posts: 14
  • Karma: +0/-0
    • View Profile
Reverse Engeneer sqlite
« on: July 19, 2011, 04:58:31 pm »
The new EA 9 supports now sqlite. And according to the documentation including reverse engineering.

But if one looks at the instruction to reverse engineering a DDL it is all about ODBC.

But sqlite is a database for embedded use which normally does not make use of ODBC. So how should this work then?

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Reverse Engeneer sqlite
« Reply #1 on: July 19, 2011, 05:19:55 pm »
Martin,

Aren't there odbc drivers for SQLLite?

Geert

Martin Krischik

  • EA Novice
  • *
  • Posts: 14
  • Karma: +0/-0
    • View Profile
Re: Reverse Engeneer sqlite
« Reply #2 on: July 19, 2011, 06:14:59 pm »
Quote
Aren't there odbc drivers for SQLLite?

Don´t know, never needed one. That´s why I am asking: Maybe someone (i.E. sparxsystems) can suggest one which works well for reverse engineering.

Would not need it for anything else.

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Reverse Engeneer sqlite
« Reply #3 on: July 19, 2011, 06:58:09 pm »
A quick google search reveals that there are plenty.

Geert

Martin Krischik

  • EA Novice
  • *
  • Posts: 14
  • Karma: +0/-0
    • View Profile
Re: Reverse Engeneer sqlite
« Reply #4 on: July 19, 2011, 07:12:45 pm »
Quote
A quick google search reveals that there are plenty.

Sure, but if there are “plenty” how do I know which works good for EA reverse engineering?

I am not lazy when it comes in using google to solve a problem but »+"enterprise architect" +sqlite odbc« won't give any helpful results.

Of course it there is no answer here I just have to experiment myself.

hd

  • EA Administrator
  • EA User
  • *****
  • Posts: 312
  • Karma: +0/-0
    • View Profile
Re: Reverse Engeneer sqlite
« Reply #5 on: July 20, 2011, 08:04:37 am »