dm.Frank wrote:
For FoxPro we're using the driver that was developed by Rushmore. Do you remember?
Ah yes, rings a bell
But FoxPro isn't the problem here. We only wan't to automatically update the code for SQL DB.
So is there a way to tell the refresher to handle only the SQL Entities?
The refresher can refresh one db at a time, but all entities have to be mapped onto targets in every DB in the project. So if you have entities mapped to SQL server but not to foxpro, that is indeed a problem, but that will always be a problem, also in the designer (same code) as it has to migrate the model to the new relational model data.
If you have two logical groups, so entities on SQL server, entities on foxpro and entities mapped on nothing (?) you should create 3 projects, 1 with the sql server entities (as they're not mapped onto foxpro, that's not a problem), one with the foxpro entities and one with the entities not mapped onto anything.