Moving from 8i to 10g

Posts   
 
    
Posts: 20
Joined: 23-Feb-2005
# Posted on: 25-Feb-2005 15:24:05   

We are updating our database form 8i to 10g.

Do I have to update the generated code or can I keep using the 8i templates? What is the performance penalities if I stay with the 8i/9i templates.

How do I regenerate the templates to 10g?. I have custom code in the Enitities and don't want to lose the code. (I.E. I don't want to generate the classes using the Full generation features).

I don't see anything in the code that would prevent me to regenerating the entityBase class to 10g, but the comment in the Entity classes says do not use this generated code with another version of the database.

thanks in advance

Rich

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39933
Joined: 17-Aug-2003
# Posted on: 25-Feb-2005 15:35:06   

The code is the same, the DQE for 10g doesn't differ from the 8i/9i one, only uses a different ODP.NET driver.

If you change the references in your generated code for teh DQE and ODP.NET your code should compile fine.

In the coming weeks I'll release a project converter, which converts a project from/to various databases, so migrating from 8i to 10g is then very easy.

Frans Bouma | Lead developer LLBLGen Pro