Hello, What's the proper way to have tables not maintained by do in a database containing the tables of a domain managed by Do.Net? Let's say that for some reason I need to dynamically create tables, or I that I have a table used by another (not DO.Net) application I want to access only in SQL... It's the not a real demand : but may happen in the life of our application. With DO 3.X only tables with proper prefix (do) were changed/remove/... by Do.Net : is there a similar mechanism? Regards, This thread was imported from our support forum. The original discussion may contain more detailed answer. |
DO 4.x doesn't have the appropriate mechanism to filter out tables, not built by DataObjects.Net. The only way I can suggest for now is to locate manually created/maintained tables in a separate database schema and explicitly configure DO.Net connection to operate with another database schema, for example:
|