Change DB

Posts   
 
    
skhnsb
User
Posts: 4
Joined: 15-Jun-2006
# Posted on: 19-Jun-2006 19:26:26   

I had my program use a different db on the same SQL Server. I removed the original llblgen dll and any reference to the dll.

I created a new dll using the designer and everything on the designer is pointing to the new db and looks good. I generated the dll and thing look fine as my program compiles fine.

However the program is still looking at the orginal db even though I have removed the dll and the reference to the original db. I checked the config file on the designer generated C# code and it has the new db info in it. So is there something I missed?

bclubb
User
Posts: 934
Joined: 12-Feb-2004
# Posted on: 19-Jun-2006 23:15:13   

If you open your project back up in the designer then you will see the catalog explorer on the right. Expand Catalogs and then right-click on your catalog and choose rename. After doing this your app should work correctly the way you have it setup. Let us know if you have any issues.