New database, old TypedLists

Posts   
 
    
Posts: 24
Joined: 24-Jan-2005
# Posted on: 23-Feb-2006 19:25:17   

Hello,

I have a project which uses llblgen code generated from a database. I now want to create a new project, using this existing database as a starting point. This means that I want to use the old typed lists that i designed as lots of the tables will be the same. I tried to 'refresh catalogs' but i can't un-select the old database and tick the new one. I can see this makes sense logically, but as all the tables are the same in the new database all the typed lists will still be valid.

Is it possible to swap? I basically want LLBLGen to look at a new DB for the entities when i refresh - and then i can modify as usual from there without affecting the old project now.

Hope someone can help!

Thank you, Mike

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39930
Joined: 17-Aug-2003
# Posted on: 23-Feb-2006 20:22:15   

Go to the catalog explorer, right click the catalog and select rename, then rename it to the new database, then do a refresh simple_smile

Frans Bouma | Lead developer LLBLGen Pro
Posts: 24
Joined: 24-Jan-2005
# Posted on: 24-Feb-2006 12:26:21   

That's brilliant! Thank you.