Subject | Re: [firebird-support] Sizing conversion project |
---|---|
Author | Mark Rotteveel |
Post date | 2012-01-21T15:08:23Z |
On 21-1-2012 15:46, Milan Babuskov wrote:
easy, if you don't use an ORM or JPA-implementation like Hibernate or
EclipseLink, you will probably need to rewrite (some of) your queries.
And even if you use a JPA-implementation (or another ORM) you will need
to make some changes to account for differences in feature support.
Mark
--
Mark Rotteveel
> What programming language/libraries are used? It's easier to make aAlthough switching between JDBC drivers and databases is relatively
> switch if you use Java application than if you use IBPP C++ library for
> example. Java might require a simple reconfiguration, while C++ would
> require rewrite of database access layer. If code is not properly
> decoupled from database access it can mean rewrite of large portions of
> the codebase.
easy, if you don't use an ORM or JPA-implementation like Hibernate or
EclipseLink, you will probably need to rewrite (some of) your queries.
And even if you use a JPA-implementation (or another ORM) you will need
to make some changes to account for differences in feature support.
Mark
--
Mark Rotteveel